Skip to content

Commit 78b1575

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

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

build_scripts/install_deps_windows.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ vcpkg x-update-baseline \
88
vcpkg install \
99
--x-install-root="./build/vcpkg_installed" \
1010
--x-manifest-root="./build_scripts"
11+
12+
pwd
13+
ls ./build/vcpkg_installed/x64-windows/share/

configure.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ 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")
44
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/build/vcpkg_installed/x64-windows/share/")
55

6+
message(INFO "CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}")
7+
68
find_package ( nlohmann_json CONFIG REQUIRED )
79
find_package ( OpenImageIO CONFIG REQUIRED )
810
find_package ( Eigen3 CONFIG REQUIRED )

0 commit comments

Comments
 (0)