Remove config

This commit is contained in:
PCoder 2023-03-28 23:15:07 +05:30
parent 8c9589dd01
commit c273e17d5a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.6)
project(flutter_openssl_crypto)
find_package(OpenSSL REQUIRED CONFIG)
find_package(OpenSSL REQUIRED)
if(OPENSSL_FOUND)
message("OpenSSL found:")
message(" Includes: ${OPENSSL_INCLUDE_DIR}")