Apply suggestion from @brunoalr

This commit is contained in:
Bruno Alexandre Rosa 2026-03-14 00:04:37 +01:00 committed by GitHub
parent 8834924277
commit 3b0ab0399f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,6 @@ option(TEST "build tests" OFF)
# Use vcpkg regardless of OS # Use vcpkg regardless of OS
option(USE_VCPKG "Use vcpkg regardless of OS" OFF) option(USE_VCPKG "Use vcpkg regardless of OS" OFF)
set(CPACK_VERBOSE TRUE)
# Default to "Release" build type # Default to "Release" build type
# User-provided value for CMAKE_BUILD_TYPE must be checked before the PROJECT() call # User-provided value for CMAKE_BUILD_TYPE must be checked before the PROJECT() call