Skip to content

Commit 9affe9c

Browse files
committed
fix build
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent ab5b7f9 commit 9affe9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Until we get some of these modules into the upstream packages, put them here
22
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/")
3-
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_INSTALL_PREFIX}/share/CMake")
3+
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_INSTALL_PREFIX}/lib/CMake")
44

55
message("CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}")
66
message("CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}")

0 commit comments

Comments
 (0)