Skip to content

Commit 8c36c74

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

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build_scripts/install_deps_windows.bash

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ vcpkg install \
1010
--x-manifest-root="./build_scripts"
1111

1212
pwd
13-
ls ./build/vcpkg_installed/x64-windows/share/
13+
ls -l ./build/vcpkg_installed/x64-windows/share/
14+
ls -l ./build/vcpkg_installed/x64-windows/share/nlohmann-json/
15+
ls -l ./build/vcpkg_installed/x64-windows/share/nlohmann_json/

configure.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/build/vcpkg_inst
55

66
message(INFO "CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}")
77

8-
find_package ( nlohmann_json CONFIG REQUIRED )
98
find_package ( OpenImageIO CONFIG REQUIRED )
109
find_package ( Eigen3 CONFIG REQUIRED )
10+
find_package ( nlohmann_json CONFIG REQUIRED )
1111

1212
if (RTA_CENTOS7_CERES_HACK)
1313
find_package ( Ceres MODULE REQUIRED )

0 commit comments

Comments
 (0)