# HG changeset patch # User hasufell # Date 1388073171 -3600 # Node ID 2b4f9e1496c693a1ab8099fd613eb1f80f8ca887 # Parent 85ce4dc3de8a0341d366574817bc1abab4ce1b94 BUILD: make binary/libdir destinations modifiable diff -r 85ce4dc3de8a -r 2b4f9e1496c6 cmake_modules/paths.cmake --- a/cmake_modules/paths.cmake Thu Dec 26 16:51:46 2013 +0100 +++ b/cmake_modules/paths.cmake Thu Dec 26 16:52:51 2013 +0100 @@ -14,8 +14,8 @@ #resource paths if(UNIX AND NOT APPLE) - set(target_binary_install_dir "bin") - set(target_library_install_dir "lib") + set(target_binary_install_dir "bin" CACHE PATH "install dest for binaries") + set(target_library_install_dir "lib" CACHE PATH "install dest for libs") string(SUBSTRING "${DATA_INSTALL_DIR}" 0 1 sharepath_start) if (NOT (${sharepath_start} MATCHES "/"))