Skip to content
Snippets Groups Projects
Commit 916f9393 authored by Patrik Huber's avatar Patrik Huber
Browse files

Removed stray newline

parent 05638291
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,6 @@ target_link_libraries(edgestruct-csv-to-json ${Boost_LIBRARIES}) ...@@ -49,7 +49,6 @@ target_link_libraries(edgestruct-csv-to-json ${Boost_LIBRARIES})
add_executable(json-to-cereal-binary json-to-cereal-binary.cpp) add_executable(json-to-cereal-binary json-to-cereal-binary.cpp)
target_link_libraries(json-to-cereal-binary ${OpenCV_LIBS} ${Boost_LIBRARIES}) target_link_libraries(json-to-cereal-binary ${OpenCV_LIBS} ${Boost_LIBRARIES})
# install target: # install target:
install(TARGETS scm-to-cereal DESTINATION bin) install(TARGETS scm-to-cereal DESTINATION bin)
install(TARGETS bfm-binary-to-cereal DESTINATION bin) install(TARGETS bfm-binary-to-cereal DESTINATION bin)
......
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