Skip to content

Commit

Permalink
Actually change the CMake generator
Browse files Browse the repository at this point in the history
Follows up 20ce53c.
  • Loading branch information
PeterBowman committed Apr 14, 2017
1 parent 20ce53c commit 234e6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cache:

init:
# System related variables
- cmd: set CMAKE_GENERATOR=Visual Studio 12 2013
- cmd: set CMAKE_GENERATOR=Visual Studio 14 2015
- cmd: if "%PLATFORM%"=="x64" set CMAKE_GENERATOR=%CMAKE_GENERATOR% Win64
- cmd: echo CMAKE_GENERATOR=%CMAKE_GENERATOR%

Expand Down

0 comments on commit 234e6c4

Please sign in to comment.