Merge pull request #20045 from blackliner:master

pull/20068/head
Alexander Alekhin 4 years ago
commit 776d92e797
  1. 2
      CMakeLists.txt

@ -656,6 +656,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()

Loading…
Cancel
Save