We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9351eb6 commit 362e637Copy full SHA for 362e637
src/signing/CMakeLists.txt
@@ -15,7 +15,7 @@ target_include_directories(signing
15
# GPGME requires this on 32-bit systems
16
# https://www.gnupg.org/documentation/manuals/gpgme/Largefile-Support-_0028LFS_0029.html
17
# 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")
+message(STATUS "Enabling largefile support for signing library")
19
target_compile_definitions(signing
20
PRIVATE -D_FILE_OFFSET_BITS=64 -DLARGEFILE_SOURCE
21
)
0 commit comments