We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c809932 commit 883a4c1Copy full SHA for 883a4c1
CMakeLists.txt
@@ -111,7 +111,8 @@ if(APPLE)
111
endif(APPLE)
112
113
# FIND BOOST
114
-#set(BOOST_REQUIRED_COMPONENTS "chrono;date_time;filesystem;program_options;serialization;system;thread;timer;math_c99")
+# list only components that are not header-only, those have a target associated
115
+# the header-only components must be added with target_include_directories( ... ${Boost_INCLUDE_DIRS} )
116
set(BOOST_REQUIRED_COMPONENTS "date_time;filesystem;program_options;serialization;timer")
117
if(WIN32)
118
set(BOOST_REQUIRED_COMPONENTS "${BOOST_REQUIRED_COMPONENTS};stacktrace_windbg")
0 commit comments