diff options
-rw-r--r-- | scripts/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index bfa6eb2..d24d32c 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -9,12 +9,12 @@ if (APPLE) realpath.c ) install( - PROGRAMS spm_realpath + PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/spm_realpath DESTINATION bin ) endif () install( - PROGRAMS spmbuild + PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/spmbuild DESTINATION bin ) |