| commit | 5871910490b796952549f312c75f6b23fadd1541 | [log] [download] |
|---|---|---|
| author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Jul 09 09:19:47 2015 +0100 |
| committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Jul 09 09:19:47 2015 +0100 |
| tree | 2a6854873de680a841fb7c64f6660e1f579d0d07 | |
| parent | 1409616d9cc21825e51ec696d5fd9d255cb0caec [diff] |
cmake: testing disabled by default with MSVC Previously testing was enabled only if GCC || Clang, and I though this was a "proxy" for the likelihood of Perl being available. Apparently it was not just that, since MSVC gives me a lot of errors when trying to build tests. Let's fix them later, and disable for now.