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 0eae8d7 commit 2fa846dCopy full SHA for 2fa846d
CMakeLists.txt
@@ -22,7 +22,7 @@ project(Monitoring
22
add_subdirectory(doc)
23
24
# Add compiler flags for warnings and debug symbols
25
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic -Wextra")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic -Wextra -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_ERROR_CODE_HEADER_ONLY")
26
27
# Set fPIC for all targets
28
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
0 commit comments