mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-27 07:52:57 +02:00
Set CMAKE_MSVC_RUNTIME_LIBRARY for mozjpeg
The cherry-pick made in 9fd1f95ab8
broke mozjpeg's own WITH_CRT_DLL variable so we have to use the cmake one
This commit is contained in:
parent
60d821ae3e
commit
ce764c862f
1 changed files with 1 additions and 0 deletions
|
@ -586,6 +586,7 @@ stage('mozjpeg', """
|
||||||
win:
|
win:
|
||||||
cmake . ^
|
cmake . ^
|
||||||
-A %WIN32X64% ^
|
-A %WIN32X64% ^
|
||||||
|
-DCMAKE_MSVC_RUNTIME_LIBRARY="MultiThreaded$<$<CONFIG:Debug>:Debug>" ^
|
||||||
-DWITH_JPEG8=ON ^
|
-DWITH_JPEG8=ON ^
|
||||||
-DPNG_SUPPORTED=OFF
|
-DPNG_SUPPORTED=OFF
|
||||||
cmake --build . --config Debug --parallel
|
cmake --build . --config Debug --parallel
|
||||||
|
|
Loading…
Add table
Reference in a new issue