Skip to content
Snippets Groups Projects
Commit d134e56d authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Check for c++ features only in dune-common

parent 3c52f267
No related branches found
No related tags found
1 merge request!924WIP: playground for config.h replacement
Pipeline #33342 passed
......@@ -189,6 +189,7 @@ endif()
dune_require_cxx_standard(MODULE "DUNE" VERSION 17)
# perform tests
if(${ProjectName} STREQUAL "dune-common")
# __attribute__((unused))
check_cxx_source_compiles("
......@@ -377,3 +378,5 @@ check_cxx_symbol_exists(
"functional"
DUNE_HAVE_CXX_STD_IDENTITY
)
endif() # only in dune-common
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment