mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 17:00:13 +02: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}'")
|
message(FATAL_ERROR "Unable to locate Qt5CoreConfig.cmake in '${QT_CMAKE_PREFIX_PATH}'")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
message("adebug")
|
message(STATUS "Using Qt build in : '${QT_DIR}' with version ${QT_VERSION}")
|
||||||
message("adebug Using Qt build in : '${QT_DIR}' with version ${QT_VERSION}")
|
|
||||||
message("adebug")
|
|
||||||
|
|
||||||
# Instruct CMake to run moc automatically when needed.
|
# Instruct CMake to run moc automatically when needed.
|
||||||
set(CMAKE_AUTOMOC ON)
|
set(CMAKE_AUTOMOC ON)
|
||||||
|
|
Loading…
Reference in a new issue