mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
appveyor.cmd: Print the CMake version.
This commit is contained in:
parent
1d694fe4d7
commit
e1daca2e67
@ -1,4 +1,5 @@
|
||||
@ECHO OFF
|
||||
cmake --version
|
||||
IF "%PLATFORM%" == "x64" (
|
||||
cmake . -G "Visual Studio 14 2015 Win64" -DCMAKE_GENERATOR_TOOLSET=v140_xp -DENABLE_JPEG=ON -DBUILD_TESTING=ON
|
||||
) ELSE (
|
||||
|
Loading…
Reference in New Issue
Block a user