We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847a71b commit cbb8e55Copy full SHA for cbb8e55
CMakeLists.txt
@@ -15,7 +15,6 @@ find_package(Boost COMPONENTS atomic)
15
if(NOT Boost_FOUND)
16
message(FATAL_ERROR "You need the Boost header files for lockfree data structures")
17
endif()
18
-#
19
include_directories(${Boost_INCLUDE_DIRS})
20
21
#Common flags and variables
0 commit comments