Skip to content

Commit

Permalink
fix merging bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaperju committed Jul 17, 2024
1 parent 1efe6b2 commit 2f08e90
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ option(DISABLE_NLP_ORACLES "Disable non-linear oracles (used in collocation)" ON
option(BUILTIN_EIGEN "Use eigen from ../external" OFF)
option(BUILTIN_AUTODIFF "Use autodiff from ../external" ON)
option(USE_MKL "Use MKL library to build eigen" OFF)
option(BUILTIN_AUTODIFF "Use autodiff from ../external" ON)
option(USE_MKL "Use MKL library to build eigen" OFF)

if(DISABLE_NLP_ORACLES)
add_definitions(-DDISABLE_NLP_ORACLES)
Expand Down Expand Up @@ -284,9 +282,6 @@ add_test(NAME volume_cb_vpolytope_cube COMMAND volume_cb_vpolytope -tc=cube)
add_test(NAME volume_cb_vpolytope_cross COMMAND volume_cb_vpolytope -tc=cross)
add_test(NAME volume_cb_vpolytope_simplex COMMAND volume_cb_vpolytope -tc=simplex)

add_executable (volume_cb_zonotopes volume_cb_zonotopes.cpp $<TARGET_OBJECTS:test_main>)
add_test(NAME volume_cb_zonotopes_uniform_zonotopes
COMMAND volume_cb_zonotopes -tc=uniform_zonotopes)
add_executable (volume_cb_zonotopes volume_cb_zonotopes.cpp $<TARGET_OBJECTS:test_main>)
add_test(NAME volume_cb_zonotopes_uniform_zonotopes
COMMAND volume_cb_zonotopes -tc=uniform_zonotopes)
Expand Down

0 comments on commit 2f08e90

Please sign in to comment.