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 cd8e570 + 7aaa0ce commit 76ea773Copy full SHA for 76ea773
utest/CMakeLists.txt
@@ -59,7 +59,7 @@ add_executable(${OpenBLAS_utest_bin} ${OpenBLAS_utest_src})
59
60
target_link_libraries(${OpenBLAS_utest_bin} ${OpenBLAS_LIBNAME})
61
62
-if(${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
+if(${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD" OR ${CMAKE_SYSTEM_NAME} MATCHES "QNX" )
63
target_link_libraries(${OpenBLAS_utest_bin} m)
64
endif()
65
0 commit comments