Skip to content

Commit a8f7067

Browse files
committed
fix
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent 8c36c74 commit a8f7067

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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}/share/CMake")
4-
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/build/vcpkg_installed/x64-windows/share/")
4+
5+
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} "${CMAKE_SOURCE_DIR}/build/vcpkg_installed/x64-windows/share/")
56

67
message(INFO "CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}")
78

0 commit comments

Comments
 (0)