Skip to content
Snippets Groups Projects
Commit fd32f320 authored by Oliver Heidmann's avatar Oliver Heidmann
Browse files

added cxx standard to targets

parent c6e629fc
No related branches found
No related tags found
2 merge requests!351added cxx standard to targets,!350Develop
Pipeline #102652 passed
......@@ -9,7 +9,9 @@ include(CheckIncludeFiles)
include(CMakePrintHelpers)
add_library(cdolib)
target_compile_features(cdolib PUBLIC cxx_std_20)
add_library(operators)
target_compile_features(operators PUBLIC cxx_std_20)
add_executable(cdo)
# --- Language Standards
......
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