From c66d9a0e203c7f19787c59611e4e61eda6050bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu> Date: Wed, 4 Mar 2020 12:31:33 +0100 Subject: [PATCH] bug fixed in cmakelists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce3a3ff..0b80fd7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,7 +104,7 @@ INSTALL(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION lib/iri-algorithms ARCHIVE DESTINATION lib/iri-algorithms) 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 -- GitLab