Revert back config

This commit is contained in:
PCoder 2023-03-28 21:59:25 +05:30
parent e5a33a8d4a
commit 8c9589dd01

View file

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