Revert " Configuration - Modernize compiler flags for C++17 and add Production optimizations (#867)"

This reverts commit 9edeecb791.
This commit is contained in:
dpasukhi
2025-12-02 17:39:03 +00:00
parent 9edeecb791
commit 7b572da23f
5 changed files with 60 additions and 80 deletions

View File

@@ -69,7 +69,7 @@ set (CMAKE_CONFIGURATION_TYPES Release Debug RelWithDebInfo CACHE INTERNAL "" FO
# set using C++ standard
set (BUILD_CPP_STANDARD "C++17" CACHE STRING "Select using c++ standard.")
set_property(CACHE BUILD_CPP_STANDARD PROPERTY STRINGS "C++17" "C++20" "C++23" "C++26")
set_property(CACHE BUILD_CPP_STANDARD PROPERTY STRINGS "C++17" "C++20" "C++23 C++26")
# Set desired C++ standard
if ("${BUILD_CPP_STANDARD}" STREQUAL "C++17")