We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a1825 commit 15ee554Copy full SHA for 15ee554
CMakeLists.txt
@@ -32,7 +32,7 @@ add_subdirectory(3rdparty)
32
33
include(cmake/opencv_config.cmake)
34
35
-find_package(OpenMP REQUIRED)
+find_package(OpenMP)
36
37
if (NOT WIN32)
38
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Werror")
0 commit comments