aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-05-07 05:48:59 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-05-07 05:48:59 -0400
commitda7861d138cb0e17d36b2b6570e5ae901b246038 (patch)
treea792955213c5b314e63f73182dd9c0a17049f963 /scripts
parent715ad9dd6d96750209633f2421ef2ecd81997442 (diff)
downloadspmc-da7861d138cb0e17d36b2b6570e5ae901b246038.tar.gz
Fix installation
Diffstat (limited to 'scripts')
-rw-r--r--scripts/CMakeLists.txt4
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
)