1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Update CMakeLists.txt

This commit is contained in:
Florian Berchtold
2021-05-07 15:49:24 +02:00
committed by GitHub
parent 7de627c504
commit 71e2a17fdb
+2
View File
@@ -651,6 +651,8 @@ if(UNIX)
set(OPENCV_LINKER_LIBS ${OPENCV_LINKER_LIBS} m pthread)
elseif(EMSCRIPTEN)
# no need to link to system libs with emscripten
elseif(QNXNTO)
# no need to link to system libs with QNX
else()
set(OPENCV_LINKER_LIBS ${OPENCV_LINKER_LIBS} dl m pthread rt)
endif()