Skip to content

Commit 15ee554

Browse files
author
AndreySorokin7
committed
fix
1 parent e1a1825 commit 15ee554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ add_subdirectory(3rdparty)
3232

3333
include(cmake/opencv_config.cmake)
3434

35-
find_package(OpenMP REQUIRED)
35+
find_package(OpenMP)
3636

3737
if (NOT WIN32)
3838
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Werror")

0 commit comments

Comments
 (0)