diff --git a/CMakeLists.txt b/CMakeLists.txt index b9fe37c331..d910609093 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ if(NOT MSVC) endif() # casadi seems to compile without the newer versions of std::string -add_compile_definitions(_GLIBCXX_USE_CXX11_ABI=0) +# add_compile_definitions(_GLIBCXX_USE_CXX11_ABI=0) if(NOT PYBIND11_DIR) set(PYBIND11_DIR pybind11)