From fa99be63a0e6dd26ff41cc04c77fb98aaeafbea0 Mon Sep 17 00:00:00 2001
From: patrick96
Date: Sun, 8 Apr 2018 17:52:31 +0200
Subject: [PATCH] tests: Don't include src dir
Since we now link source files instead of including them, this is not
necessary anymore
---
tests/CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 8981b5a9..6c739cda 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -4,7 +4,6 @@ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fprofile-arcs -ftest-cove
link_libraries(${libs})
include_directories(${dirs})
-include_directories(${PROJECT_SOURCE_DIR}/src)
include_directories(${CMAKE_CURRENT_LIST_DIR})
# Download and unpack googletest at configure time {{{