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:
parent
48ab88a9ca
commit
2cb1d2c0bc
|
@ -474,7 +474,6 @@ stage('mozjpeg', """
|
|||
cd mozjpeg
|
||||
win:
|
||||
cmake . ^
|
||||
-G "Visual Studio 16 2019" ^
|
||||
-A %WIN32X64% ^
|
||||
-DWITH_JPEG8=ON ^
|
||||
-DPNG_SUPPORTED=OFF
|
||||
|
@ -870,7 +869,6 @@ version: 2
|
|||
cd build
|
||||
win:
|
||||
cmake .. ^
|
||||
-G "Visual Studio 16 2019" ^
|
||||
-A %WIN32X64% ^
|
||||
-D LIBTYPE:STRING=STATIC ^
|
||||
-D FORCE_STATIC_VCRT=ON
|
||||
|
|
Loading…
Reference in New Issue