Skip to content
This repository was archived by the owner on Apr 6, 2019. It is now read-only.

Commit d4d9305

Browse files
author
simon ninon
committed
remove compilation warning on debian 8.2, coming from gtest includes
1 parent f1ec55c commit d4d9305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
1414
###
1515
# includes
1616
###
17-
include_directories(${PROJECT_SOURCE_DIR}/includes
17+
include_directories(SYSTEM ${PROJECT_SOURCE_DIR}/includes
1818
${CPP_REDIS_INCLUDES}
1919
${GTEST_INCLUDES})
2020

0 commit comments

Comments
 (0)