mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Removed explicit definition of cmake generator
Even though TDesktop build migrated to VS 2022, dependencies script still had "Visual Studio 16 2019" for mozjpeg and openal-soft as a generator. Removing these lines allows to use latest Visual Studio without changing the script.
This commit is contained in:
committed by
John Preston
parent
48ab88a9ca
commit
2cb1d2c0bc
@@ -474,7 +474,6 @@ stage('mozjpeg', """
|
|||||||
cd mozjpeg
|
cd mozjpeg
|
||||||
win:
|
win:
|
||||||
cmake . ^
|
cmake . ^
|
||||||
-G "Visual Studio 16 2019" ^
|
|
||||||
-A %WIN32X64% ^
|
-A %WIN32X64% ^
|
||||||
-DWITH_JPEG8=ON ^
|
-DWITH_JPEG8=ON ^
|
||||||
-DPNG_SUPPORTED=OFF
|
-DPNG_SUPPORTED=OFF
|
||||||
@@ -870,7 +869,6 @@ version: 2
|
|||||||
cd build
|
cd build
|
||||||
win:
|
win:
|
||||||
cmake .. ^
|
cmake .. ^
|
||||||
-G "Visual Studio 16 2019" ^
|
|
||||||
-A %WIN32X64% ^
|
-A %WIN32X64% ^
|
||||||
-D LIBTYPE:STRING=STATIC ^
|
-D LIBTYPE:STRING=STATIC ^
|
||||||
-D FORCE_STATIC_VCRT=ON
|
-D FORCE_STATIC_VCRT=ON
|
||||||
|
Reference in New Issue
Block a user