File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 17
17
18
18
function (get_bzip2 SOURCE_DIR BINARY_DIR)
19
19
if (MINIFI_BZIP2_SOURCE STREQUAL "CONAN" )
20
- message ("Using Conan Packager to install bzip2" )
20
+ message ("Using Conan to install bzip2" )
21
21
find_package (BZip2 REQUIRED)
22
22
elseif (MINIFI_BZIP2_SOURCE STREQUAL "BUILD" )
23
23
message ("Using CMake to build bzip2 from source" )
Original file line number Diff line number Diff line change 17
17
18
18
function (get_catch2)
19
19
if (MINIFI_CATCH2_SOURCE STREQUAL "CONAN" )
20
- message ("Using Conan Packager to install Catch2" )
20
+ message ("Using Conan to install Catch2" )
21
21
find_package (Catch2 REQUIRED)
22
22
add_library (Catch2WithMain ALIAS Catch2::Catch2WithMain)
23
23
elseif (MINIFI_CATCH2_SOURCE STREQUAL "BUILD" )
Original file line number Diff line number Diff line change 17
17
18
18
function (get_civetweb)
19
19
if (MINIFI_CIVETWEB_SOURCE STREQUAL "CONAN" )
20
- message ("Using Conan Packager to install CivetWeb" )
20
+ message ("Using Conan to install CivetWeb" )
21
21
find_package (civetweb REQUIRED)
22
22
elseif (MINIFI_CIVETWEB_SOURCE STREQUAL "BUILD" )
23
23
message ("Using CMake to build CivetWeb from source" )
Original file line number Diff line number Diff line change 17
17
18
18
function (get_fmt)
19
19
if (MINIFI_FMT_SOURCE STREQUAL "CONAN" )
20
- message ("Using Conan Packager to install Fmt" )
20
+ message ("Using Conan to install Fmt" )
21
21
find_package (fmt REQUIRED)
22
22
elseif (MINIFI_FMT_SOURCE STREQUAL "BUILD" )
23
23
message ("Using CMake to build Fmt from source" )
Original file line number Diff line number Diff line change 17
17
18
18
function (get_curl SOURCE_DIR BINARY_DIR)
19
19
if (MINIFI_LIBCURL_SOURCE STREQUAL "CONAN" )
20
- message ("Using Conan Packager to install libcurl" )
20
+ message ("Using Conan to install libcurl" )
21
21
find_package (CURL REQUIRED)
22
22
elseif (MINIFI_LIBCURL_SOURCE STREQUAL "BUILD" )
23
23
message ("Using CMake to build libcurl from source" )
Original file line number Diff line number Diff line change 17
17
18
18
function (get_libxml2 SOURCE_DIR BINARY_DIR)
19
19
if (MINIFI_LIBXML2_SOURCE STREQUAL "CONAN" )
20
- message ("Using Conan Packager to install libxml2" )
20
+ message ("Using Conan to install libxml2" )
21
21
find_package (libxml2 REQUIRED)
22
22
elseif (MINIFI_LIBXML2_SOURCE STREQUAL "BUILD" )
23
23
message ("Using CMake to build libxml2 from source" )
Original file line number Diff line number Diff line change 17
17
18
18
function (get_openssl SOURCE_DIR BINARY_DIR)
19
19
if (MINIFI_OPENSSL_SOURCE STREQUAL "CONAN" )
20
- message ("Using Conan Packager to install OpenSSL" )
20
+ message ("Using Conan to install OpenSSL" )
21
21
find_package (OpenSSL REQUIRED)
22
22
elseif (MINIFI_OPENSSL_SOURCE STREQUAL "BUILD" )
23
23
message ("Using CMake to build OpenSSL from source" )
Original file line number Diff line number Diff line change 17
17
18
18
function (get_rocksdb SOURCE_DIR BINARY_DIR)
19
19
if (MINIFI_ROCKSDB_SOURCE STREQUAL "CONAN" )
20
- message ("Using Conan Packager to install RocksDB" )
20
+ message ("Using Conan to install RocksDB" )
21
21
find_package (RocksDB REQUIRED)
22
22
add_library (RocksDB::RocksDB ALIAS RocksDB::rocksdb)
23
23
elseif (MINIFI_ROCKSDB_SOURCE STREQUAL "BUILD" )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function(get_spdlog)
20
20
get_fmt()
21
21
22
22
if (MINIFI_SPDLOG_SOURCE STREQUAL "CONAN" )
23
- message ("Using Conan Packager to install spdlog" )
23
+ message ("Using Conan to install spdlog" )
24
24
find_package (spdlog REQUIRED)
25
25
26
26
add_library (spdlog ALIAS spdlog::spdlog)
Original file line number Diff line number Diff line change 17
17
18
18
function (get_zlib SOURCE_DIR BINARY_DIR)
19
19
if (MINIFI_ZLIB_SOURCE STREQUAL "CONAN" )
20
- message ("Using Conan Packager to install zlib" )
20
+ message ("Using Conan to install zlib" )
21
21
find_package (ZLIB REQUIRED)
22
22
elseif (MINIFI_ZLIB_SOURCE STREQUAL "BUILD" )
23
23
message ("Using CMake to build zlib from source" )
You can’t perform that action at this time.
0 commit comments