Skip to content

Commit

Permalink
Disable C++ 11 ABI for CasADi linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jun 9, 2024
1 parent e8f0ea4 commit ad7503c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ad7503c

Please sign in to comment.