We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccad941 commit e2779c8Copy full SHA for e2779c8
CMakeLists.txt
@@ -311,19 +311,25 @@ endif()
311
312
#if (MSVC OR NOT NOFORTRAN)
313
if (NOT NO_CBLAS)
314
+ if (NOT ONLY_CBLAS)
315
# Broken without fortran on unix
- add_subdirectory(utest)
316
+ add_subdirectory(utest)
317
+endif()
318
endif()
319
320
if (NOT NOFORTRAN)
321
322
# Build test and ctest
323
add_subdirectory(test)
324
+ endif()
325
if (BUILD_TESTING)
326
add_subdirectory(lapack-netlib/TESTING)
327
328
329
if(NOT NO_CBLAS)
330
331
add_subdirectory(ctest)
332
333
334
if (CPP_THREAD_SAFETY_TEST OR CPP_THREAD_SAFETY_GEMV)
335
add_subdirectory(cpp_thread_test)
0 commit comments