CMake: Remove redundant pipeline/thread support message

This commit is contained in:
Sam Edwards 2018-02-09 22:40:52 -07:00
parent 7b4698cd7a
commit b9f717e790

View File

@ -947,23 +947,6 @@ but it is a hybrid between user-space threads and os-provided threads." ON)
### Configure pipelining ###
option(DO_PIPELINING "If on, compile with pipelined rendering." ON)
### Report on threading and pipelining status ###
if(SIMPLE_THREADS)
message(STATUS "Compilation will include simulated threading support.")
elseif(HAVE_THREADS)
if(DO_PIPELINING)
message(STATUS "Compilation will include full, pipelined threading support.")
else()
message(STATUS "Compilation will include nonpipelined threading support.")
endif()
else(NOT SIMPLE_THREADS)
message(STATUS "Configuring Panda without threading support.")
endif()
message(STATUS "")
message(STATUS "See dtool_config.h for more details about the specified configuration.\n")
### Miscellaneous configuration
option(COMPILE_IN_DEFAULT_FONT
"If on, compiles in a default font, so that every TextNode will always