Skip to content

Commit

Permalink
Merge pull request #4 from jiverson002/master
Browse files Browse the repository at this point in the history
Adds CMAKE_CURRENT_LIST_DIR prefix to config files
  • Loading branch information
TheLartians authored Dec 18, 2020
2 parents e0171fb + f3cf063 commit 8ac30cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ if (USE_CCACHE)
set(CCCACHE_EXPORTS "${CCCACHE_EXPORTS}\nexport ${option}")
endforeach()

configure_file(launch-c.in launch-c)
configure_file(launch-cxx.in launch-cxx)
configure_file(${CMAKE_CURRENT_LIST_DIR}/launch-c.in launch-c)
configure_file(${CMAKE_CURRENT_LIST_DIR}/launch-cxx.in launch-cxx)

execute_process(COMMAND chmod a+rx
"${CMAKE_CURRENT_BINARY_DIR}/launch-c"
Expand Down

0 comments on commit 8ac30cb

Please sign in to comment.