We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cee36 commit 72f2b16Copy full SHA for 72f2b16
configure.cmake
@@ -1,6 +1,7 @@
1
# Until we get some of these modules into the upstream packages, put them here
2
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/")
3
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_INSTALL_PREFIX}/lib/CMake")
4
+set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} "${CMAKE_SOURCE_DIR}/../")
5
6
message("CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}")
7
message("CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}")
0 commit comments