Skip to content

Commit 4488c39

Browse files
draccmborgerson
authored andcommitted
cmake: Add/Fix standard installation path prefix
1 parent 28a5f72 commit 4488c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ set(SOURCE_FILES
99

1010
add_executable(extract-xiso ${SOURCE_FILES})
1111
target_compile_definitions(extract-xiso PRIVATE ${TARGET_OS})
12-
install(TARGETS extract-xiso RUNTIME DESTINATION "${INSTALL_PREFIX}/bin")
12+
install(TARGETS extract-xiso RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")

0 commit comments

Comments
 (0)