Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If cmake version is the newest, the cmd of section "Compiling/proxyEstmator/Step3 cmake .." should change. #49

Open
XIAO-RUI-RUI opened this issue May 20, 2022 · 0 comments

Comments

@XIAO-RUI-RUI
Copy link

Don't know the reason, when I used cmake 3.22.4 to compile proxyEstimator, the step3's cmd "-DCMAKE_TOOLCHAIN_FILE" always show error information. Finally, I find the problem is that "-DCMAKE_TOOLCHAIN_FILE" should be embraced with "". Use this cmd in Compiling/proxyEstmator/Step3 will be right.

mkdir build && cd build
cmake .. -A X64 "-DCMAKE_TOOLCHAIN_FILE=[vcpkg root]\scripts\buildsystems\vcpkg.cmake"

Tip: [vcpkg root] not a position really exist, but your disk positon of vcpkg downloaded, e.g. E:\vcpkg\scripts\buildsystems\vcpkg.cmake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant