Skip to content

Commit

Permalink
updated cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMingo committed Feb 9, 2024
1 parent 2cdf9cf commit 240dc92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ if(TARGET OpenSotBackEndOSQP AND ${osqp_FOUND})
add_test(NAME OpenSoT_tasks_GenericTask COMMAND testGenericTask)


# ADD_EXECUTABLE(testLP solvers/TestLP.cpp)
# TARGET_LINK_LIBRARIES(testLP ${TestLibs} osqp::osqpstatic)
# add_dependencies(testLP OpenSoT)
# add_test(NAME OpenSoT_solvers_linear_programming COMMAND testLP)
ADD_EXECUTABLE(testLP solvers/TestLP.cpp)
TARGET_LINK_LIBRARIES(testLP ${TestLibs} osqp::osqpstatic)
add_dependencies(testLP OpenSoT)
add_test(NAME OpenSoT_solvers_linear_programming COMMAND testLP)

endif()

Expand Down

0 comments on commit 240dc92

Please sign in to comment.