FAILED: CMakeFiles/boost C:/Git/vcpkg/buildtrees/boost-regex/x64-windows-dbg/CMakeFiles/boost cmd.exe /C "cd /D C:\Git\vcpkg\buildtrees\boost-regex\src\ost-1.81.0-5d02094f20.clean\build && C:\Git\vcpkg\installed\arm64-windows\tools\boost-build\b2.exe toolset=msvc --user-config=C...
无法使用CMake和vcpkg找到Boost库 、、、 我已经使用vcpkg命令安装了boost-variant2库: The package boosttarget_link_libraries(MyTarget PRIVATE Boost::variant2) 但是,当我运行cmake -DCMAKE_TOOLCHAIN_FILE:STRING=/path_to_vcpkg/scri 浏览8提问于2022-06-09得票数 1 回答已采纳 ...
Host Environment OS: [e.g. Windows/Linux etc...] x64-windows Compiler: revision vs2022 community To Reproduce Steps to reproduce the behavior: ❯ vcpkg install boost-graph:x64-windows Computing installation plan... The following packages ...
* boost-config[core]:x64-windows -> 1.78.0 -- F:\GeoStar\Projects\GitHub\vcpkg\buildtrees\versioning_\versions\boost-config\b4958f142255c3aa14f1f39d04edcc12b6262745 * boost-container[core]:x64-windows -> 1.78.0 -- F:\GeoStar\Projects\GitHub\vcpkg\buildtrees\versioning_\versions\boost...
boost-variant 1.67.0 Boost variant module boost-vmd 1.67.0 Boost vmd module boost-wave 1.67.0 Boost wave module boost-winapi 1.67.0 Boost winapi module boost-xpressive 1.67.0 Boost xpressive module botan 2.8.0 A cryptography library written in C++11 box2d 2.3.1-374664b-1 Box2D ...
Install a dependency from the command line Install a specific version of a package Install a specific version of the Boost libraries Enable optional features for a dependency Install a package for a custom build configuration Install private or custom dependencies ...
Installieren einer bestimmten Version der Boost-Bibliotheken Aktivieren optionaler Features für eine Abhängigkeit Installieren eines Pakets für eine benutzerdefinierte Buildkonfiguration Installieren privater oder benutzerdefinierter Abhängigkeiten ...
boost-variant 1.67.0 -> 1.68.0 boost-vmd 1.67.0 -> 1.68.0 boost-wave 1.67.0 -> 1.68.0 boost-winapi 1.67.0 -> 1.68.0 boost-xpressive 1.67.0 -> 1.68.0 botan 2.0.1 -> 2.8.0 breakpad 2018-04-17 -> 2018-09-18 brotli 1.0.2-3 -> 1.0.2-4 cairo 1.15.8-1 -> 1.15.8-3...
我已经使用vcpkg命令安装了boost-variant2库: The package boost因此,在我的CMakeLists.txt中,我添加了以下几行:target_link_libraries(MyTarge 浏览8提问于2022-06-09得票数 1 回答已采纳 2回答 将静态Boost库与vcpkg和CMake配合使用 、、、 我使用包管理器vcpkg通过vcpkg install boost:x64-windows-stat...