FindPROJ - restore CMAKE_MODULE_PATH after module is executed

This commit is contained in:
Andrej730
2025-12-10 19:54:04 +05:00
parent 6591a69816
commit 9880ee79b2
+2
View File
@@ -61,3 +61,5 @@ else()
message(STATUS "Looking for PROJ include files in: ${PROJ_INCLUDE_DIR}")
include_directories(${PROJ_INCLUDE_DIR})
endif()
list(PREPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR})