mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
CMake: Remove accidental debug message
This commit is contained in:
parent
6c3e13d19d
commit
2461fc0917
@ -74,8 +74,6 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "(AppleClang|Clang|GCC)")
|
|||||||
list(APPEND _configs Coverage)
|
list(APPEND _configs Coverage)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
message("available configs are ${_configs}")
|
|
||||||
|
|
||||||
if(IS_MULTICONFIG)
|
if(IS_MULTICONFIG)
|
||||||
set(CMAKE_CONFIGURATION_TYPES "${_configs}" CACHE STRING "" FORCE)
|
set(CMAKE_CONFIGURATION_TYPES "${_configs}" CACHE STRING "" FORCE)
|
||||||
else()
|
else()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user