summarylogtreecommitdiffstats
path: root/boost-system.patch
blob: 1c88899db5c20a30c3d14e58d9415261d04defe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/cpp/CMakeLists.txt b/src/cpp/CMakeLists.txt
index 4cdfb88bfa..4c40f9bb51 100644
--- a/src/cpp/CMakeLists.txt
+++ b/src/cpp/CMakeLists.txt
@@ -210,7 +210,7 @@ list(APPEND BOOST_LIBS
 )
 
 # tell cmake not to look for boost on system paths.
-set(Boost_NO_SYSTEM_PATHS ON)
+#set(Boost_NO_SYSTEM_PATHS ON)
 # UNIX BOOST
 if(UNIX)
    # prefer static link to our custom built version