We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a5f72 commit 4488c39Copy full SHA for 4488c39
CMakeLists.txt
@@ -9,4 +9,4 @@ set(SOURCE_FILES
9
10
add_executable(extract-xiso ${SOURCE_FILES})
11
target_compile_definitions(extract-xiso PRIVATE ${TARGET_OS})
12
-install(TARGETS extract-xiso RUNTIME DESTINATION "${INSTALL_PREFIX}/bin")
+install(TARGETS extract-xiso RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
0 commit comments