[armadillo]Fix usage error.#6474
[armadillo]Fix usage error.#6474JackBoosY wants to merge 2 commits intomicrosoft:masterfrom JackBoosY:dev/jack/5804
Conversation
mmm... this is really strange, since it is the correct way to understand the system on which you are running... (as I was saying in the review) |
|
@cenit Yeah, I prefer to use VCPKG_CMAKE_SYSTEM_NAME to distinguish between different platforms. |
|
when it's empty you are on Windows desktop. It just depends on your triplet :) |
|
@cenit Clapack did not generate config.cmake file. So if I modify CMakeLists.txt and add |
|
@cenit In fact, if there is no port-config.cmake file, we can use find_library to solve the problem of finding the debug/release library path and use target_link_libraries to use the dependency library. |
|
That’s exactly what I did in that PR :) |
|
This issue has been fixed in #6371. |
Add dependent port openblas.Add vcpkg_configure_cmake options.Relate: #5804.