Remove config
This commit is contained in:
parent
8c9589dd01
commit
c273e17d5a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
cmake_minimum_required(VERSION 3.6)
|
cmake_minimum_required(VERSION 3.6)
|
||||||
project(flutter_openssl_crypto)
|
project(flutter_openssl_crypto)
|
||||||
find_package(OpenSSL REQUIRED CONFIG)
|
find_package(OpenSSL REQUIRED)
|
||||||
if(OPENSSL_FOUND)
|
if(OPENSSL_FOUND)
|
||||||
message("OpenSSL found:")
|
message("OpenSSL found:")
|
||||||
message(" Includes: ${OPENSSL_INCLUDE_DIR}")
|
message(" Includes: ${OPENSSL_INCLUDE_DIR}")
|
||||||
|
|
Loading…
Reference in a new issue