Disable the usage of CXX11 by default
- Jan 14, 2022
-
-
Thomas Madlener authored
Can potentially interfere with c++ standards set via CMAKE_CXX_FLAGS otherwise
f2a16664
-
Created by: tmadlener
BEGINRELEASENOTES
USE_CXX11
by default since we switched to c++17 quite some time ago and this option needs to be manually disabled in order to make that work via CMAKE_CXX_STANDARD
.ENDRELEASENOTES
Can potentially interfere with c++ standards set via CMAKE_CXX_FLAGS otherwise