diff --git a/CMakeLists.txt b/CMakeLists.txt index 8533549..b1b63e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3 FATAL_ERROR) +cmake_minimum_required(VERSION 3.8 FATAL_ERROR) project(duckhandy) list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules) @@ -20,6 +20,7 @@ target_compile_features(${PROJECT_NAME} INTERFACE cxx_decltype_incomplete_return_types INTERFACE cxx_noexcept INTERFACE cxx_rvalue_references + INTERFACE cxx_std_17 ) target_include_directories(${PROJECT_NAME}