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.
2 parents dd1adbd + 3b4c016 commit 07e9a12Copy full SHA for 07e9a12
utest/CMakeLists.txt
@@ -58,7 +58,7 @@ add_executable(${OpenBLAS_utest_bin} ${OpenBLAS_utest_src})
58
59
target_link_libraries(${OpenBLAS_utest_bin} ${OpenBLAS_LIBNAME})
60
61
-if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
+if(${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
62
target_link_libraries(${OpenBLAS_utest_bin} m)
63
endif()
64
0 commit comments