Open Megidd opened 2 years ago
Test shows that after this PR, these statements are fine without any error:
mkdir build
cd build
cmake .. -DLIBNEST2D_HEADER_ONLY=OFF -DCMAKE_INSTALL_PREFIX=./installdir -DCMAKE_TOOLCHAIN_FILE=C:\Users\m3\repos\vcpkg\scripts\buildsystems\vcpkg.cmake
cmake --build . --target install
cmake --build . --target install --config Release
Trying to fix a CMake error:
Reference: https://stackoverflow.com/q/62782361