Skip to content
Snippets Groups Projects

WIP: playground for config.h replacement

Closed Simon Praetorius requested to merge feature/separate_config_h into master
3 unresolved threads
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading