diff options
| author | Tannin <sherb@gmx.net> | 2016-02-09 20:05:41 +0100 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-02-09 20:05:41 +0100 |
| commit | 63eaf453e0de2087ce7d2a3c26edc7eac4bd1882 (patch) | |
| tree | 7785a5a2050c797b3cf766298a0e42078e9ebeed /CMakeLists.txt | |
| parent | 8a9a1680b0b2ba1505636ab17f498d8ce6e02c2d (diff) | |
portable setup is no longer offered if the directory isn't writable
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e255f2b8..0146edd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8) PROJECT(organizer) + SET(DEPENDENCIES_DIR CACHE PATH "") # hint to find qt in dependencies path LIST(APPEND CMAKE_PREFIX_PATH ${DEPENDENCIES_DIR}/qt5/lib/cmake) @@ -11,4 +12,4 @@ GET_FILENAME_COMPONENT(BOOST_ROOT ${BOOST_ROOT} DIRECTORY) SET(ZLIB_ROOT ${DEPENDENCIES_DIR}/zlib) -ADD_SUBDIRECTORY(src)
\ No newline at end of file +ADD_SUBDIRECTORY(src) |
