]> granicus.if.org Git - libevent/commit
cmake: set CMP0074 to NEW (for OPENSSL_ROOT in appveyor)
authorAzat Khuzhin <a3at.mail@gmail.com>
Mon, 5 Nov 2018 15:23:31 +0000 (18:23 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sat, 2 Feb 2019 12:18:03 +0000 (15:18 +0300)
commit3d3d1e0530827e7d360e9b15e70524aa52db690b
tree55977a33d33c6f62b60ac603b1ec20061947793d
parentb021b979a15b230b783c2b255a008270801365d4
cmake: set CMP0074 to NEW (for OPENSSL_ROOT in appveyor)

We have $env:OPENSSL_ROOT (env) equals to -DOPENSSL_ROOT (cmake
variable) anyway.

cmake complains:
  Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  Environment variable OpenSSL_ROOT is set to:
    C:/OpenSSL-Win64/bin

  For compatibility, CMake is ignoring the variable.
This warning is for project developers.  Use -Wno-dev to suppress it.

(cherry picked from commit 65904773f2bf965e2050d4d7c91e30d4f123a787)
CMakeLists.txt