diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-10-10 06:31:00 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-10-10 06:31:00 +0000 |
| commit | ed84f4abd47efd2a3e1d810eacdc06963432f48f (patch) | |
| tree | 270e4f211511b2dcfa582f8a3f9a931f0debd9ae /libcxx/cmake | |
| parent | 9ece2f75295bbdbc31951dd46166005abdbdcff4 (diff) | |
| download | bcm5719-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.cmake | 3 |
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. |

