]> git.ipfire.org Git - thirdparty/libarchive.git/commit
cmake: Set CMP0075 to NEW (#2067)
authorCollin Funk <collin.funk1@gmail.com>
Sat, 23 Mar 2024 17:17:09 +0000 (10:17 -0700)
committerGitHub <noreply@github.com>
Sat, 23 Mar 2024 17:17:09 +0000 (18:17 +0100)
commitdcfef34f0ccaed0cb949803c5f3a0d47601e8b1c
treef5e189c20902010d906f9119e57125957d2767ed
parent49280bc202a8a9e280ae2ed5149ccbf6e1f8e3a8
cmake: Set CMP0075 to NEW (#2067)

The new behavior of this policy makes check_include_file() and friends
use the CMAKE_REQUIRED_LIBRARIES variable before checking for headers.
This is used to check for cryptography algorithms provided by OpenSSL.

Signed-off-by: Collin Funk <collin.funk1@gmail.com>
CMakeLists.txt