We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7176d41 commit a91fe5eCopy full SHA for a91fe5e
1 file changed
CMakeLists.txt
@@ -11,7 +11,8 @@ set(META_PROJECT_DESCRIPTION "Stream from Philips Neuro devices via Lab Streamin
11
12
# THIRD PARTY LIBRARIES #
13
find_package(Qt5 COMPONENTS Widgets REQUIRED)
14
-find_package(Boost 1.66.0 COMPONENTS system REQUIRED)
+cmake_policy(SET CMP0074 NEW) # <- Required to avoid conflict between BOOST_ROOT and Boost_ROOT
15
+find_package(Boost COMPONENTS system REQUIRED)
16
find_package(Threads REQUIRED)
17
18
# Add executable target
0 commit comments