Closed joyzyj closed 4 years ago
Are you sure that you give the right path to vcpkg on the cmake command line?
cmake .. -DCMAKE_TOOLCHAIN_FILE=C:\Vcpkg\scripts\buildsystems\vcpkg.cmake
dir C:\Vcpkg\scripts\buildsystems\vcpkg.cmake
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi, I am installing AliceVision following the instructions, when I compiled it with CMake, I met some problems.
Here is the CMake error info:
Here is CMakeError.log:
I install Boost using Vcpkg, and in
C:\Vcpkg\packages\boost_x64-windows\
there are only two files: BUILD_INFO and CONTROL.I don't know whether it's useful, the contents of the two files are as follow: BUILD_INFO
CONTROL
How can I find Boost_INCLUDE_DIR?
Thanks!