Revert "Set CMAKE_MSVC_RUNTIME_LIBRARY for mozjpeg"

This reverts commit ce764c862f.
This commit is contained in:
Ilya Fedin 2025-05-08 14:27:27 +04:00 committed by John Preston
parent f2920ddefb
commit 4b12f52029

View file

@ -586,7 +586,6 @@ stage('mozjpeg', """
win:
cmake . ^
-A %WIN32X64% ^
-DCMAKE_MSVC_RUNTIME_LIBRARY="MultiThreaded$<$<CONFIG:Debug>:Debug>" ^
-DWITH_JPEG8=ON ^
-DPNG_SUPPORTED=OFF
cmake --build . --config Debug --parallel