projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7de627c
)
Update CMakeLists.txt
author
Florian Berchtold
<florian.berchtold@luminartech.com>
Fri, 7 May 2021 13:49:24 +0000
(15:49 +0200)
committer
GitHub
<noreply@github.com>
Fri, 7 May 2021 13:49:24 +0000
(15:49 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 9b5bc9f8bf56178790f9926fb5eccc011eea84ea..1c0b3628b803c45760d424a83229cd74847164a2 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-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()