From ac09238db21bdb66c4f77dcc9b41c5a7d2720dee Mon Sep 17 00:00:00 2001 From: xoviat Date: Fri, 26 Jan 2018 13:47:42 -0600 Subject: [PATCH] CMake: Enable testing with MSVC --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5789119a..979f90fba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -191,7 +191,7 @@ if (MSVC OR NOT NOFORTRAN) add_subdirectory(utest) endif() -if (NOT MSVC AND NOT NOFORTRAN) +if (NOT NOFORTRAN) # Build test and ctest add_subdirectory(test) if(NOT NO_CBLAS)