3cebf41
--- a/CMakeLists.txt
3cebf41
+++ b/CMakeLists.txt
2795199
@@ -661,11 +661,7 @@ find_program(ETAGS etags)
3cebf41
 #
3cebf41
 # Boost
3cebf41
 #
3cebf41
-set (Boost_NO_SYSTEM_PATHS TRUE)
3cebf41
-if (Boost_NO_SYSTEM_PATHS)
3cebf41
-  set (BOOST_ROOT ${PROJECT_SOURCE_DIR}/boost)
3cebf41
-endif ()
3cebf41
-find_package (Boost 1.63 REQUIRED)
3cebf41
+find_package (Boost REQUIRED)
3cebf41
 if (Boost_FOUND)
3cebf41
   include_directories (${Boost_INCLUDE_DIRS})
3cebf41
 endif ()