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 b08a850 commit 1541082Copy full SHA for 1541082
tutorials/CMakeLists.txt
@@ -10,6 +10,7 @@ function(ADD_PAGMO_TUTORIAL arg1)
10
# Set the minimum C++ standard to C++17
11
target_compile_features(${arg1} PRIVATE cxx_std_17)
12
set_property(TARGET ${arg1} PROPERTY CXX_EXTENSIONS NO)
13
+ target_compile_definitions(${arg1} PRIVATE BOOST_ALLOW_DEPRECATED_HEADERS)
14
add_test(${arg1} ${arg1})
15
endfunction()
16
0 commit comments