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 29ec4ae commit e8ae31aCopy full SHA for e8ae31a
CMakeLists.txt
@@ -30,6 +30,7 @@ if(WIN32)
30
else()
31
add_compile_options(-Wall -Wextra -pedantic -Werror)
32
add_compile_options(-Wno-deprecated-copy) # bug in boost
33
+ add_compile_options(-Wno-deprecated-declarations) # bug in boost
34
if(UNIX AND NOT APPLE)
35
# test coverage for debug build in linux, if specified
36
if ((CMAKE_BUILD_TYPE STREQUAL "Debug") AND (DEFINED POWER_GRID_MODEL_COVERAGE) AND (POWER_GRID_MODEL_COVERAGE EQUAL 1))
0 commit comments