我只想正常地使用FreeType,已经指定了FreeType头位置、库位置、freetype.lib和freetype.dll。#pragma once #include &quo 浏览3提问于2020-09-23得票数 0 1回答 找不到Cmake包 、、 我使用vcpkg安装了Drogon,在我的IDE中我有以下错误:Package 'Drogon' not found.我使用的是2022installCMakeLists.txt:我还...
Being able to use the built-in copy without having to runvcpkg integrate install The quick action lightbulb that appears when an IntelliSense error detects a code reference to a library that cannot be found and offers to install it with vcpkg will not work with the built-in copy as this f...
Describe the bug A clear and concise description of what the bug is. Environment OS: Windows 10 Compiler: Visual Studio 2017 To Reproduce Steps to reproduce the behavior: 1) ./vcpkg install libxml2 --triplet x64-windows-static See error ...
我已经通过vcpkg安装了colmap,但它没有出现在我面前。它显示在.\vcpkglist上,但不显示在VisualStudio2019上。 ? 当我执行#include ""时,colmap的所有依赖项都会显示出来,它们也会与许多其他库一起出现在#include <>上,但找不到任何colmap。 我能做什么?如果我能提供任何其他信息,请让我知道,我对C ...
-- Found DoubleConversion: C:/Tools/vcpkg/installed/x64-windows/lib/double-conversion.lib CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) ...
CMake Error at CMakeLists.txt:23 (target_link_libraries): Target "my_sample_lib" links to: fmt::fmt but the target was not found. Possible reasons include: * There is a typo in the target name. * A find_package call is missing for an IMPORTED target. * An ALIAS target is missing...
Package 'mpi-cxx', required by 'virtual:world', not found Found MPI_CXX: C:/Program Files (x86)/Microsoft SDKs/MPI/Lib/x64/msmpi.lib (found version "2.0") Found MPI: TRUE (found version "2.0") MPI_FOUND=TRUE MPI_CXX_INCLUDE_DIRS=C:/Program Files (x86)/Microsoft SDKs/MPI/Inclu...
If this cannot be disabled in the project cmake, use file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) /debug/share should not exist. Please reorganize any important files, then use file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) The software license must be available at $...
A suitable version of git was not found (required v2.35.1). Downloading portable git v2.35.1... Downloading git... 在这里,我们看到它是发现你缺啥就补啥,它在vcpkg根目录下面创建了一个名为downloads的文件夹,然后将检索到的依赖文件下载到这里面。
#include <iostream> int main() { return 0; } 1. 2. 3. 4. 5. 6. 执行以下命令: "cmake.exe" -G "Visual Studio 16 2019" -A x64 -DCMAKE_CONFIGURATION_TYPES:STRING="Debug" -DCMAKE_INSTALL_PREFIX:PATH="x64-Debug" -DCMAKE_TOOLCHAIN_FILE:STRING="VCPKG_ROOT\scripts\buildsystems\...