diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index aa8594e4..2b2cca92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ set(Ledger_TEST_TIMEZONE "America/Chicago") enable_testing() add_compile_definitions(BOOST_FILESYSTEM_NO_DEPRECATED) -add_compile_options(-std=c++11) +set(CMAKE_CXX_STANDARD 17 CACHE STRING "C++ standard") if (CYGWIN) add_compile_options(-U__STRICT_ANSI__) endif() |