Skip to content

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

@XIAO-RUI-RUI

Description

@XIAO-RUI-RUI

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions