Don't break up -G and the generator.

This commit is contained in:
Jason Felds
2015-05-09 15:05:16 -04:00
parent da2c5921bc
commit 1578072d4d
+1 -1
View File
@@ -31,5 +31,5 @@ before_script:
- ./.install-cmake.sh - ./.install-cmake.sh
script: script:
- cmake -G -DWITH_PORTABLE_TOMCRYPT=ON 'Unix Makefiles' - cmake -DWITH_PORTABLE_TOMCRYPT=ON -G 'Unix Makefiles'
- make - make