git clone --recurse "https://github.com/Challanger524/test-boost-beast"
- boost repo in parent folder (
../boost
)git clone --depth 1 --recurse --shallow-submodules --jobs=4 "https://github.com/boostorg/boost"
Clang-CL
compiler cmake preset (non Visual Studio)- Load Visual Studio environment in
CMake
- Load Visual Studio environment in
PowerShell
- Visual Studio environment loading alternatives:
- use env from vcvars.bat:
vcvars64.bat
orvcvarsall.bat x64
- VS Code:
"cmake.useVsDeveloperEnvironment": "always"
"auto"
stated to be able to detectclang-cl
what is not happening
- use env from vcvars.bat: