Closed accelerated closed 5 years ago
Allow user overrides (such as CXXFLAGS environtment variable in linux) to completely determine the value of CMAKE_CXX_FLAGS. Currently it's impossible to build with -std-c++14 for example.
CXXFLAGS
CMAKE_CXX_FLAGS
-std-c++14
Thanks!
Allow user overrides (such as
CXXFLAGS
environtment variable in linux) to completely determine the value ofCMAKE_CXX_FLAGS
. Currently it's impossible to build with-std-c++14
for example.