c++ version -> 17

This commit is contained in:
Mike Oliphant
2024-08-01 12:41:26 -07:00
parent 1ff6dab119
commit 40bae2bd87
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -37,8 +37,6 @@ if (CMAKE_SYSTEM_PROCESSOR MATCHES "(amd64)|(AMD64)|(x86_64)")
endif (USE_NATIVE_ARCH)
endif ()
target_compile_features(neural_amp_modeler PUBLIC cxx_std_17)
set_target_properties(neural_amp_modeler
PROPERTIES
CXX_VISIBILITY_PRESET hidden