From: Florian Berchtold Date: Fri, 7 May 2021 13:49:24 +0000 (+0200) Subject: Update CMakeLists.txt X-Git-Tag: submit/tizen/20220120.021815~1^2~88^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71e2a17fdb6079891c11e8d6d894bfb3ff735a88;p=platform%2Fupstream%2Fopencv.git Update CMakeLists.txt --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b5bc9f8bf..1c0b3628b8 100644 --- 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()