Skip to content

Commit 60002f6

Browse files
Update CMakeLists.txt (#92)
1 parent 88e538f commit 60002f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ add_executable(test_ipddp_pendulum test_ipddp_pendulum.cpp)
110110
target_link_libraries(test_ipddp_pendulum gtest gmock gtest_main cddp)
111111
gtest_discover_tests(test_ipddp_pendulum)
112112

113-
add_executable(test_matplot test_matplot.cpp)
114-
target_link_libraries(test_matplot gtest gmock gtest_main cddp)
115-
gtest_discover_tests(test_matplot)
113+
# add_executable(test_matplot test_matplot.cpp)
114+
# target_link_libraries(test_matplot gtest gmock gtest_main cddp)
115+
# gtest_discover_tests(test_matplot)
116116

117117
# Test for torch
118118
if (CDDP_CPP_TORCH)
@@ -152,4 +152,4 @@ if (CDDP_CPP_GUROBI)
152152
add_executable(test_qp_solvers test_qp_solvers.cpp)
153153
target_link_libraries(test_qp_solvers gtest gmock gtest_main cddp)
154154
gtest_discover_tests(test_qp_solvers)
155-
endif()
155+
endif()

0 commit comments

Comments
 (0)