Skip to content

Commit

Permalink
Merge branch 'chore/fixbuild'
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoessbauer committed Mar 26, 2020
2 parents 4aa615c + ba1ab10 commit 9ef425e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drace-client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ add_custom_target("drace-copy-config" ALL
install(FILES
"${PROJECT_SOURCE_DIR}/drace.ini"
"${PROJECT_SOURCE_DIR}/race_suppressions.txt"
DESTINATION "$<TARGET_FILE_DIR:drace-client>")
DESTINATION "${DRACE_RUNTIME_DEST}")

install(TARGETS "drace-client"
RUNTIME DESTINATION ${DRACE_RUNTIME_DEST} COMPONENT RUNTIME
Expand Down

0 comments on commit 9ef425e

Please sign in to comment.