From ad7503c20085db9f543a3d39c2a538ef19e19d41 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Sun, 9 Jun 2024 18:20:33 +0530 Subject: [PATCH] Disable C++ 11 ABI for CasADi linkage --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)