mirror of
https://github.com/vxcontrol/MemoryModule.git
synced 2026-07-22 06:35:28 -04:00
Also run CI against Visual Studio 9.
This commit is contained in:
@@ -3,6 +3,10 @@ setlocal
|
||||
|
||||
if /I "%PLATFORM%" == "x64" (
|
||||
set CMAKE_GEN_SUFFIX= Win64
|
||||
if /I "%GENERATOR%" == "Visual Studio 9 2008" (
|
||||
echo Skipping %CONFIGURATION% build using %GENERATOR%%CMAKE_GEN_SUFFIX% on %PLATFORM%
|
||||
exit 0
|
||||
)
|
||||
) else (
|
||||
set CMAKE_GEN_SUFFIX=
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user