Replies: 2 comments
-
How might I debug this problem please? It all works on x86 macOS (Monterey IIRC), but on M4 it acts as if vcpkg isn't there (even though ~/vcpkg/vcpkg is there:
as is the toolchain file: David |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks like the crucial thing was that I needed to specify CMAKE_OSX_ARCHITECTURES on the command line |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
MacOS Sequoia (ARM). My top level CMakeLists.txt file says:
and my vcpkg.json file says:
but vcpkg isn't being run. So I get:
I did a vcpkg integrate install.
Beta Was this translation helpful? Give feedback.
All reactions