mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
remove debug logs
This commit is contained in:
parent
3e63734123
commit
9e8d604373
1 changed files with 1 additions and 3 deletions
|
@ -78,9 +78,7 @@ macro(setup_qt)
|
|||
message(FATAL_ERROR "Unable to locate Qt5CoreConfig.cmake in '${QT_CMAKE_PREFIX_PATH}'")
|
||||
endif()
|
||||
|
||||
message("adebug")
|
||||
message("adebug Using Qt build in : '${QT_DIR}' with version ${QT_VERSION}")
|
||||
message("adebug")
|
||||
message(STATUS "Using Qt build in : '${QT_DIR}' with version ${QT_VERSION}")
|
||||
|
||||
# Instruct CMake to run moc automatically when needed.
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
|
|
Loading…
Reference in a new issue