diff --git a/CMakeLists.txt b/CMakeLists.txt
index ce3a3ffaca46dc788875758ec6bf66e4006d9f09..0b80fd7448e3a6095ed0acb02cfd1c997bad6caf 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