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

bug fixed in cmakelists

parent b91b89b1
No related branches found
No related tags found
2 merge requests!20new tag,!19new tag
...@@ -104,7 +104,7 @@ INSTALL(TARGETS ${PROJECT_NAME} ...@@ -104,7 +104,7 @@ INSTALL(TARGETS ${PROJECT_NAME}
LIBRARY DESTINATION lib/iri-algorithms LIBRARY DESTINATION lib/iri-algorithms
ARCHIVE DESTINATION lib/iri-algorithms) ARCHIVE DESTINATION lib/iri-algorithms)
INSTALL(FILES ${HEADERS} DESTINATION include/iri-algorithms/gnss_utils) INSTALL(FILES ${HEADERS} DESTINATION include/iri-algorithms/gnss_utils)
INSTALL(FILES ../Findgnss_utils.cmake DESTINATION ${CMAKE_ROOT}/Modules/) INSTALL(FILES Findgnss_utils.cmake DESTINATION ${CMAKE_ROOT}/Modules/)
# Examples # Examples
......
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