Skip to content

Commit 3165c91

Browse files
committed
fix test helpers
1 parent 457ccc4 commit 3165c91

File tree

3 files changed

+109
-95
lines changed

3 files changed

+109
-95
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ if (NOT NO_CBLAS)
229229
add_subdirectory(utest)
230230
endif()
231231

232-
if (NOT MSVC AND NOT NOFORTRAN)
232+
if (NOT NOFORTRAN)
233233
# Build test and ctest
234234
add_subdirectory(test)
235235
if(NOT NO_CBLAS)

0 commit comments

Comments
 (0)