Skip to content

Commit

Permalink
CMake: Make Deployment Verbose only for Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Apr 25, 2024
1 parent 40fc94a commit d2d4739
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 d2d4739

Please sign in to comment.