Skip to content

Commit 72f2b16

Browse files
committed
fix build
Signed-off-by: Anton Dukhovnikov <antond@wetafx.co.nz>
1 parent b0cee36 commit 72f2b16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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/")
33
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_INSTALL_PREFIX}/lib/CMake")
4+
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} "${CMAKE_SOURCE_DIR}/../")
45

56
message("CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}")
67
message("CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}")

0 commit comments

Comments
 (0)