mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Mark library include dirs as SYSTEM.
Compilers will suppress warnings from files in those directories.
This commit is contained in:
parent
7865f5eee9
commit
79b6ff99e4
2 changed files with 1 additions and 8 deletions
|
@ -152,7 +152,7 @@ if(NOT ZLIB_SUPPORTS_GZIP)
|
|||
message(FATAL_ERROR "zlib 1.2.x or higher is required to use the gzip format")
|
||||
endif(NOT ZLIB_SUPPORTS_GZIP)
|
||||
|
||||
include_directories(${QT_INCLUDE_DIR} ${GCRYPT_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR})
|
||||
include_directories(SYSTEM ${QT_INCLUDE_DIR} ${GCRYPT_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR})
|
||||
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(share)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue