1
0
Fork 0

remove asio and ICU compile warnings spam (#5287)

This commit is contained in:
Jan 2018-05-08 08:02:57 +02:00 committed by GitHub
parent a5b5b1e5a9
commit 5cd9dc433d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -814,7 +814,7 @@ if (USE_JEMALLOC)
add_dependencies(rocksdb jemalloc)
endif ()
include_directories(${ASIO_INCLUDES})
include_directories(SYSTEM ${ASIO_INCLUDES})
################################################################################
## VELOCYPACK
@ -831,7 +831,7 @@ endforeach()
## ICU
################################################################################
include_directories(${ICU_INCLUDE_DIR})
include_directories(SYSTEM ${ICU_INCLUDE_DIR})
################################################################################
## OPENSSL