Skip to content

Commit

Permalink
CMake: Make Deployment Verbose only for Debug (#11373)
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey authored Apr 25, 2024
1 parent d759930 commit 7614a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release")
elseif(CMAKE_BUILD_TYPE STREQUAL "Debug")
include(CTest)
enable_testing()
endif()

set(QT_ENABLE_VERBOSE_DEPLOYMENT ON CACHE BOOL "Verbose Deployment")
set(QT_ENABLE_VERBOSE_DEPLOYMENT ON CACHE BOOL "Verbose Deployment")
endif()

if(ANDROID)
cmake_print_variables(QT_ANDROID_APPLICATION_ARGUMENTS QT_HOST_PATH)
Expand Down

0 comments on commit 7614a91

Please sign in to comment.