]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: enable CMP0074
authorKefu Chai <kchai@redhat.com>
Mon, 16 Nov 2020 06:04:15 +0000 (14:04 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 16 Nov 2020 07:36:08 +0000 (15:36 +0800)
commit8eeb7da944fb105ef5a8748e2f854189452c59ee
tree5ede9fe16ada1ac697de89d7b7b2db44872b48c0
parent07cba31a03a3a311940a5338944f11ad2c87b641
cmake: enable CMP0074

to search prefixes specified by the <PackageName>_ROOT CMake
variable and the <PackageName>_ROOT environment variable. find_package()
in CMake 3.12 started to use these prefixes if it is enabled.

Signed-off-by: Kefu Chai <kchai@redhat.com>
CMakeLists.txt