[cmake] [libcxxabi] Don't print warning when tests are disabled.
authorDon Hinton <hintonda@gmail.com>
Thu, 18 Jan 2018 18:29:36 +0000 (18:29 +0000)
committerDon Hinton <hintonda@gmail.com>
Thu, 18 Jan 2018 18:29:36 +0000 (18:29 +0000)
commit964ea50ff84e3b15a47f7672ee435b5308c2a62b
treec06e715956513332671bf06b7fd4b29fec2d73a9
parent9f49676a8a6720bb69e93fa3fecd70fa84d05c20
[cmake] [libcxxabi] Don't print warning when tests are disabled.

Summary:
Don't print, possibly erroneous, warning if
LIBCXXABI_INCLUDE_TESTS is false.

This patch fixes a problem introduced in r291367.

Differential Revision: https://reviews.llvm.org/D42229

llvm-svn: 322870
libcxxabi/CMakeLists.txt