Skip to content
Snippets Groups Projects
Commit 10b1b2ad authored by Jupp Tscheak's avatar Jupp Tscheak
Browse files

Changed minimum required C++ standard version from 14 to 17 when using ScenarioAPI.


Signed-off-by: default avatarJupp Tscheak <jupp.tscheak@daimler.com>
parent a789bff0
No related branches found
No related tags found
1 merge request!5Initial provision of build automation using CMake.
...@@ -26,7 +26,7 @@ set(INSTALL_CONFIG_DIR "${CMAKE_INSTALL_LIBDIR}/cmake/ScenarioAPI") ...@@ -26,7 +26,7 @@ set(INSTALL_CONFIG_DIR "${CMAKE_INSTALL_LIBDIR}/cmake/ScenarioAPI")
target_include_directories( target_include_directories(
ScenarioAPI INTERFACE $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>) ScenarioAPI INTERFACE $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
target_compile_features(ScenarioAPI INTERFACE cxx_std_14) target_compile_features(ScenarioAPI INTERFACE cxx_std_17)
include(CMakePackageConfigHelpers) include(CMakePackageConfigHelpers)
configure_package_config_file( configure_package_config_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