summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTannin <sherb@gmx.net>2016-05-06 23:47:51 +0200
committerTannin <sherb@gmx.net>2016-05-06 23:47:51 +0200
commitd958e11e2b3cde75f481bdb734be10b4e1dda585 (patch)
treeb7740cda42a939fe4061c471e5dcea69567a1bc8 /CMakeLists.txt
parentb0e3e86a61770c3d6c18161b05c745f30f1a2cb3 (diff)
now using github for self updater
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0146edd5..cfad37a7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,6 @@ PROJECT(organizer)
SET(DEPENDENCIES_DIR CACHE PATH "")
# hint to find qt in dependencies path
LIST(APPEND CMAKE_PREFIX_PATH ${DEPENDENCIES_DIR}/qt5/lib/cmake)
-
FILE(GLOB_RECURSE BOOST_ROOT ${DEPENDENCIES_DIR}/boost*/project-config.jam)
GET_FILENAME_COMPONENT(BOOST_ROOT ${BOOST_ROOT} DIRECTORY)