Skip to content
This repository was archived by the owner on Apr 27, 2020. It is now read-only.

Commit 31b7ec6

Browse files
author
7
committed
处理windows问题
1 parent c75b6ec commit 31b7ec6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ if (OpenCV_FOUND)
9292

9393
endif ()
9494

95-
find_package(PkgConfig REQUIRED)
96-
pkg_search_module(OPENSSL REQUIRED openssl)
95+
find_package(PkgConfig)
96+
pkg_search_module(OPENSSL openssl)
9797
if (OPENSSL_FOUND)
9898
add_definitions(-DENABLE_OPENSSL)
9999

clangTools

0 commit comments

Comments
 (0)