AppVeyor CI: Fix 'no source or binary dir provided' cmake error
authorIvan Maidanski <ivmai@mail.ru>
Fri, 15 Feb 2019 20:22:58 +0000 (23:22 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 15 Feb 2019 20:22:58 +0000 (23:22 +0300)
The error is fixed by passing "." argument to cmake.

appveyor.yml

index 6b5d09a..d123b4f 100644 (file)
@@ -34,7 +34,7 @@ install:
 
 build_script:
 - cmd: if [%TARGET%]==[cmake] (
-    cmake %CMAKE_OPTIONS% &&
+    cmake %CMAKE_OPTIONS% &&
     cmake --build . --config %CMAKE_CONFIG% )
 - cmd: if [%TARGET%]==[cygwin] (
     C:\cygwin\bin\bash -e -l -c