-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure vcpkg_test_cmake uses the correct generator
Otherwise, on Windows, it will default to x86 based generator that will fail finding x64 builds. For instance, when building for x64-windows: CMake Error at CMakeLists.txt:4 (find_package): Could not find a configuration file for package "CapnProto" that is compatible with requested version "". The following configuration files were considered but not accepted: vcpkg/packages/capnproto_x64-windows/share/capnproto/CapnProtoConfig.cmake, version: 0.7.0 (64bit)
- Loading branch information
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters