Skip to content
Snippets Groups Projects
Commit 7038ba57 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

commented test_iQR_wolf2 in cmakelists

parent c7bc6aa4
No related branches found
No related tags found
No related merge requests found
...@@ -146,14 +146,13 @@ IF(faramotics_FOUND) ...@@ -146,14 +146,13 @@ IF(faramotics_FOUND)
# ${pose_state_time_LIBRARIES} # ${pose_state_time_LIBRARIES}
# ${faramotics_LIBRARIES} # ${faramotics_LIBRARIES}
# ${PROJECT_NAME}) # ${PROJECT_NAME})
# IF(Suitesparse_FOUND)
IF(Suitesparse_FOUND) # ADD_EXECUTABLE(test_iQR_wolf2 solver/test_iQR_wolf2.cpp)
ADD_EXECUTABLE(test_iQR_wolf2 solver/test_iQR_wolf2.cpp) # TARGET_LINK_LIBRARIES(test_iQR_wolf2
TARGET_LINK_LIBRARIES(test_iQR_wolf2 # ${pose_state_time_LIBRARIES}
${pose_state_time_LIBRARIES} # ${faramotics_LIBRARIES}
${faramotics_LIBRARIES} # ${PROJECT_NAME})
${PROJECT_NAME}) # ENDIF(Suitesparse_FOUND)
ENDIF(Suitesparse_FOUND)
ENDIF (laser_scan_utils_FOUND) ENDIF (laser_scan_utils_FOUND)
ENDIF(faramotics_FOUND) ENDIF(faramotics_FOUND)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment