]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: CMAKE_MODULE_PATH is a list and empty by default
authorKefu Chai <kchai@redhat.com>
Wed, 20 Jul 2016 07:10:45 +0000 (15:10 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 20 Jul 2016 07:10:48 +0000 (15:10 +0800)
commitec84d7169bacf0fd737fc41affe0134580552f89
tree06ee65f093fdaebdf01db080f9c615ca1f509827
parent25c76b19a66e858e44830e9af47de3e748d8e539
cmake: CMAKE_MODULE_PATH is a list and empty by default

we should not reference it using ${CMAKE_MODULE_PATH} before assigning
to it.

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