summaryrefslogtreecommitdiffstats
path: root/libcxx/cmake
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-10-10 06:31:00 +0000
committerEric Fiselier <eric@efcs.ca>2016-10-10 06:31:00 +0000
commited84f4abd47efd2a3e1d810eacdc06963432f48f (patch)
tree270e4f211511b2dcfa582f8a3f9a931f0debd9ae /libcxx/cmake
parent9ece2f75295bbdbc31951dd46166005abdbdcff4 (diff)
downloadbcm5719-llvm-ed84f4abd47efd2a3e1d810eacdc06963432f48f.tar.gz
bcm5719-llvm-ed84f4abd47efd2a3e1d810eacdc06963432f48f.zip
Cleanup CMake status output
llvm-svn: 283721
Diffstat (limited to 'libcxx/cmake')
-rw-r--r--libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake b/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
index 28ff85461de..cf9fb1040f9 100644
--- a/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
+++ b/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
@@ -105,10 +105,7 @@ if (LIBCXX_USING_INSTALLED_LLVM OR LIBCXX_STANDALONE_BUILD)
# Required doc configuration
if (LLVM_ENABLE_SPHINX)
- message(STATUS "Sphinx enabled.")
find_package(Sphinx REQUIRED)
- else()
- message(STATUS "Sphinx disabled.")
endif()
# FIXME - This is cribbed from HandleLLVMOptions.cmake.
OpenPOWER on IntegriCloud