[simd] Can not find library with cmake when using different triplet #35486
TonyCongqianWang
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to build a static library that uses the simd library. To do that I have installed Simd with the triplet x64-windows-static-release. But when I try to use find_library or find_package Cmake cant find simd. I have set CMAKE_TOOLCHAIN_FILE and VCPKG_TARGET_TRIPLET. When I installed the default triplet, Cmake could find the library, but not the one that I want.
Any help is appreciated
Regards,
Tony
Beta Was this translation helpful? Give feedback.
All reactions