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 3788b6d commit 3b4c016Copy full SHA for 3b4c016
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