adentinger / CMakeBestPractices

A reference CMake configuration for fairly scalable open-/closed-source C/C++ projects
MIT License
2 stars 0 forks source link

Stop running vcpkg bootstrap #82

Closed adentinger closed 1 year ago

adentinger commented 1 year ago

We recentlly discovered that, when using vcpkg's manifest mode (with vcpkg.json file), we don't need to run the boostrap.(bat|sh) script for vcpkg; bootstrap is run as part of the CMake toolchain file. So we can remove the logic running the script.