]> granicus.if.org Git - libevent/commit
cmake: set CMP0054 to NEW to avoid variables over expansion (since cmake 3.8)
authorAzat Khuzhin <a3at.mail@gmail.com>
Mon, 29 May 2017 15:48:48 +0000 (18:48 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Mon, 29 May 2017 18:59:01 +0000 (21:59 +0300)
commit2773a5ed5e75540d43500e054581ea1fab2132ac
treefad263473c289609e354712f7b602352d936b2a8
parent8b29b136793f3bfdb22fba117527763434363a3f
cmake: set CMP0054 to NEW to avoid variables over expansion (since cmake 3.8)

==> win: CMake Warning (dev) at CMakeLists.txt:782 (elseif):
==> win:   Policy CMP0054 is not set: Only interpret if() arguments as variables or
==> win:   keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
==> win:   details.  Use the cmake_policy command to set the policy and suppress this
==> win:   warning.
==> win:
==> win:   Quoted variables like "MSVC" will no longer be dereferenced when the policy
==> win:   is set to NEW.  Since the policy is not set the OLD behavior will be used.
==> win: This warning is for project developers.  Use -Wno-dev to suppress it.
CMakeLists.txt