Cheney Wang
Cheney Wang
The failure of osx triplets are known issue, we are fixing it.
@luadebug could you modify this PR according to dg0yt's suggestions? I noticed that he previously recommended using the upstream-provided CMakeLists.txt, but you haven’t responded to that. Could you explain why...
Regarding `0001-CMakeLists.patch`, please avoid adding large blocks of empty lines. Also, if you want to remove a continuous block of code, you can wrap it with: ```cmake if(0) ... endif()...
I got below error when I test the usage of `libmem:x64-windows-static`: ``` CMake Error at E:/VS2022/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:230 (message): 1> [CMake] Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) ```
`Webthing-CPP` is a header-only repository, so please refer to the contents of the following files to modify the files of `Webthing-CPP`: https://github.com/microsoft/vcpkg/blob/master/ports/cimg/vcpkg.json https://github.com/microsoft/vcpkg/blob/master/ports/cimg/portfile.cmake
Usage test passed with x64-windows triplet.
There is nothing else. I think this pr just needs to wait to be merged.
I can't reproduce this issue in my side with the latest vcpkg. My test env as below: ``` System Version: macOS 14.5 (23F79) Kernel Version: Darwin 23.5.0 vcpkg package management...
Could you pleasee use set(VCPKG_PLATFORM_TOOLSET **v141**) instead of set(VCPKG_PLATFORM_TOOLSET **vc141**)?