diff --git a/MantleAPI/include/CMakeLists.txt b/MantleAPI/include/CMakeLists.txt
index 24fe7f5ed56423c3a9e45aefb7a0bca5b0aea850..70654a03b3484c8ae140d7bab97672e80c0d260e 100644
--- a/MantleAPI/include/CMakeLists.txt
+++ b/MantleAPI/include/CMakeLists.txt
@@ -26,7 +26,7 @@ set(INSTALL_CONFIG_DIR "${CMAKE_INSTALL_LIBDIR}/cmake/ScenarioAPI")
 target_include_directories(
   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)
 configure_package_config_file(