Skip to content

Commit

Permalink
[CMake] Correct linking
Browse files Browse the repository at this point in the history
In the future, it will be useful to remove this dependency.
  • Loading branch information
jcarpent committed May 22, 2018
1 parent af3bd73 commit b63ad91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ ADD_TEST_CFLAGS(contacts '-DTSID_SOURCE_DIR=\\\"${${PROJECT_NAME}_SOURCE_DIR}\\\
ADD_UNIT_TEST(tsid-formulation "eigen3;pinocchio")
ADD_TEST_CFLAGS(tsid-formulation '-DTSID_SOURCE_DIR=\\\"${${PROJECT_NAME}_SOURCE_DIR}\\\"')

ADD_UNIT_TEST(math_utils "eigen3")
ADD_UNIT_TEST(math_utils "eigen3;pinocchio")
ADD_UNIT_TEST(hqp_solvers "eigen3;pinocchio")

0 comments on commit b63ad91

Please sign in to comment.