1
0
Fork 0

[F] Fixed error in windows build

This commit is contained in:
seleznevae 2019-05-19 19:18:38 +03:00
parent f223a12fed
commit 1b7868f748
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ install:
before_build:
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Debug --G "Visual Studio 15 2017 Win64" ..
- cmake --G "Visual Studio 15 2017 Win64" ..
- dir
build: