summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2019-08-28 22:49:45 +0200
committerSebastian Pipping <sebastian@pipping.org>2019-08-28 22:49:45 +0200
commit68812047bd3c7511ab3a37409159a6b9159eb88c (patch)
treee9e0809a9dfd6bf9a4175f12803aeb3074f90932
parentdc1d96fc4c5025f90d36fe394444b9b01e621ca2 (diff)
downloaduriparser-68812047bd3c7511ab3a37409159a6b9159eb88c.tar.gz
CMake: Use GTEST_INCLUDE_DIRS (plural) not GTEST_INCLUDE_DIR (singular)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 268cfdf..6c14c95 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -278,7 +278,7 @@ if(URIPARSER_BUILD_TESTS)
endif()
target_include_directories(testrunner SYSTEM PRIVATE
- ${GTEST_INCLUDE_DIR}
+ ${GTEST_INCLUDE_DIRS}
)
target_include_directories(testrunner PRIVATE