math_opt: fix build

disable branch_and_bound sample
This commit is contained in:
Corentin Le Molgat
2023-10-13 08:53:22 +02:00
parent f1bbd650ab
commit c00c6a65dd

View File

@@ -18,6 +18,7 @@ endif()
if(BUILD_CXX_SAMPLES)
file(GLOB CXX_SRCS "*.cc")
list(FILTER CXX_SRCS EXCLUDE REGEX "area_socp.cc$")
list(FILTER CXX_SRCS EXCLUDE REGEX "branch_and_bound.*$")
# conflict name
list(FILTER CXX_SRCS EXCLUDE REGEX "basic_example.cc$")