Replies: 2 comments
-
Try replace |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you @lrineau for your response, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
to build openMVS I run the following line of code:
cmake -DCMAKE_TOOLCHAIN_FILE=C:\vcpkg\scripts\buildsystems\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows -DBoost_INCLUDE_DIR='C:\boost_1_78_0' -DEIGEN3_INCLUDE_DIR="vcpkg install eigen3" -DVCG_ROOT="..\VCG" -S ..\src -G "Visual Studio 16 2019" ..
This results in the following error:
in the CMakeLists.txt I see the following section:
Do you how to fix this issue?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions