[Groonga-commit] groonga/groonga at 6a56d48 [master] Revert "appveyor: set correct CMAKE_GENERATOR_NAME for VS 2017"

Back to archive index
Kentaro Hayashi null+****@clear*****
Fri Feb 1 10:14:54 JST 2019


Kentaro Hayashi	2019-02-01 10:14:54 +0900 (Fri, 01 Feb 2019)

  Revision: 6a56d481aa19516bc6019b1af660323ddeb4ca4e
  https://github.com/groonga/groonga/commit/6a56d481aa19516bc6019b1af660323ddeb4ca4e

  Message:
    Revert "appveyor: set correct CMAKE_GENERATOR_NAME for VS 2017"
    
    This reverts commit 9d968cda93db1b75b4a96bed5a59e91e34d08b2f.

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+0 -2)
===================================================================
--- appveyor.yml    2019-02-01 10:14:40 +0900 (d97763eaa)
+++ appveyor.yml    2019-02-01 10:14:54 +0900 (37cb90585)
@@ -75,8 +75,6 @@ build_script:
       set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% 2013
   - if "%VS_VERSION%" == "14"
       set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% 2015
-  - if "%VS_VERSION%" == "15"
-      set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% 2017
   - if "%ARCH%" == "amd64"
       set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% Win64
   - cmake . -G "%CMAKE_GENERATOR_NAME%"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190201/e239c381/attachment-0001.html>


More information about the Groonga-commit mailing list
Back to archive index