Skip to content

Commit 19d8d74

Browse files
committed
fix
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent f62dfdc commit 19d8d74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.cmake

Lines changed: 1 addition & 0 deletions
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}/share/CMake")
4+
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/build/vcpkg_installed/x64-windows/share/")
45

56
find_package ( nlohmann_json CONFIG REQUIRED )
67
find_package ( OpenImageIO CONFIG REQUIRED )

0 commit comments

Comments
 (0)