diff options
| author | 2008-05-11 02:30:19 +0000 | |
|---|---|---|
| committer | 2008-05-11 02:30:19 +0000 | |
| commit | 07096a364af5c098303064c4c7b5927bd9d41c37 (patch) | |
| tree | 0248375b6a862d211746dc638724f031cbd926b5 /scripts | |
| parent | re-activated language module and started implementing its functions (diff) | |
| download | KVIrc-07096a364af5c098303064c4c7b5927bd9d41c37.tar.gz KVIrc-07096a364af5c098303064c4c7b5927bd9d41c37.tar.bz2 KVIrc-07096a364af5c098303064c4c7b5927bd9d41c37.zip | |
Use CMAKE_INSTALL_PREFIX instead of INSTALL_PREFIX. Also hopefully fix out of source builds.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1744 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/config/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config/CMakeLists.txt b/scripts/config/CMakeLists.txt index 4b738554e..304781999 100644 --- a/scripts/config/CMakeLists.txt +++ b/scripts/config/CMakeLists.txt @@ -4,6 +4,6 @@ IF(UNIX) IF(NOT APPLE) # This files are useless because apple bundles are movable # Assume linux - INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/kvirc${VERSION_MAJOR}-config DESTINATION ${INSTALL_PREFIX}/bin PERMISSIONS OWNER_EXECUTE GROUP_EXECUTE WORLD_EXECUTE OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ) + INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/kvirc${VERSION_MAJOR}-config DESTINATION ${CMAKE_INSTALL_PREFIX}/bin PERMISSIONS OWNER_EXECUTE GROUP_EXECUTE WORLD_EXECUTE OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ) ENDIF() ENDIF() |
