Skip to content

Commit 5966e48

Browse files
authored
Reset CMAKE_MODULE_PATH to previous value (#2699)
Seems like this line went missing in 4afd5d9
1 parent ac81c2f commit 5966e48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/colmap-config.cmake.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,6 @@ set(CGAL_ENABLED @CGAL_ENABLED@)
8181
include(${PACKAGE_PREFIX_DIR}/share/colmap/colmap-targets.cmake)
8282
include(${PACKAGE_PREFIX_DIR}/share/colmap/cmake/FindDependencies.cmake)
8383
check_required_components(colmap)
84+
85+
# Reset to previous value
86+
set(CMAKE_MODULE_PATH ${TEMP_CMAKE_MODULE_PATH})

0 commit comments

Comments
 (0)