]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: do not include undefind paths
authorKefu Chai <kchai@redhat.com>
Fri, 22 Jul 2016 04:23:32 +0000 (12:23 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 25 Jul 2016 07:40:30 +0000 (15:40 +0800)
commitf8553f3ab9fc537f646c1f91c4d366a108a4441d
treef57caee699747dc55ccd8c75e674a7317b71b86b
parentbfc25cbc93c10cf2c7811090e630220157f70d37
cmake: do not include undefind paths

for example
```
include_directories(${LEVELDB_PREFIX}/include)
```
does not make sense if `LEVELDB_PREFIX` is not defined.

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