Skip to content

Commit a19776c

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

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)
35+
find_package(OpenMP REQUIRED)
3636

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

0 commit comments

Comments
 (0)