mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 20:50:02 +00:00
FindPROJ - restore CMAKE_MODULE_PATH after module is executed
This commit is contained in:
@@ -61,3 +61,5 @@ else()
|
|||||||
message(STATUS "Looking for PROJ include files in: ${PROJ_INCLUDE_DIR}")
|
message(STATUS "Looking for PROJ include files in: ${PROJ_INCLUDE_DIR}")
|
||||||
include_directories(${PROJ_INCLUDE_DIR})
|
include_directories(${PROJ_INCLUDE_DIR})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
list(PREPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR})
|
||||||
|
|||||||
Reference in New Issue
Block a user