Skip to content

Commit 76ea773

Browse files
authored
Merge pull request #3698 from martin-frbg/issue3697
utest needs to be linked against libm on QNX as well
2 parents cd8e570 + 7aaa0ce commit 76ea773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ add_executable(${OpenBLAS_utest_bin} ${OpenBLAS_utest_src})
5959

6060
target_link_libraries(${OpenBLAS_utest_bin} ${OpenBLAS_LIBNAME})
6161

62-
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
62+
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD" OR ${CMAKE_SYSTEM_NAME} MATCHES "QNX" )
6363
target_link_libraries(${OpenBLAS_utest_bin} m)
6464
endif()
6565

0 commit comments

Comments
 (0)