Skip to content

Commit

Permalink
cmake: Add/Fix standard installation path prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
dracc authored and mborgerson committed Apr 25, 2022
1 parent 28a5f72 commit 4488c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ set(SOURCE_FILES

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

0 comments on commit 4488c39

Please sign in to comment.