Appveyor CI: Remove unexpected trailing '.' from cmake arguments
authorIvan Maidanski <ivmai@mail.ru>
Fri, 13 Apr 2018 16:18:29 +0000 (19:18 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 13 Apr 2018 16:18:29 +0000 (19:18 +0300)
(fix of commit c228259)

appveyor.yml

index 53af58f..c14c6f4 100644 (file)
@@ -4,7 +4,7 @@ clone_depth: 50
 
 build_script:
   - git clone --depth=50 https://github.com/ivmai/libatomic_ops.git
-  - cmake -Denable_gc_assertions=ON .
+  - cmake -Denable_gc_assertions=ON
   - cmake --build . --config Debug
 
 test_script: