Skip to content

Commit 362e637

Browse files
committed
Improve message
1 parent 9351eb6 commit 362e637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/signing/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ target_include_directories(signing
1515
# GPGME requires this on 32-bit systems
1616
# https://www.gnupg.org/documentation/manuals/gpgme/Largefile-Support-_0028LFS_0029.html
1717
# probably an oversight by the distribution, it doesn't list these flags in gpgme.pc
18-
message(WARNING "Building on 32-bit system, enabling largefile support")
18+
message(STATUS "Enabling largefile support for signing library")
1919
target_compile_definitions(signing
2020
PRIVATE -D_FILE_OFFSET_BITS=64 -DLARGEFILE_SOURCE
2121
)

0 commit comments

Comments
 (0)