From 78edf20b32ad57a079da977e6dcd6bdaf2b87da0 Mon Sep 17 00:00:00 2001 From: pelson Date: Tue, 1 Dec 2015 14:41:21 +0000 Subject: [PATCH] Added the CMAKE_INCLUDE_PATH path to the test includes. --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 6749ccd..7629e0b 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,6 @@ enable_testing() find_package(Check REQUIRED) +include_directories(${CMAKE_INCLUDE_PATH}) include_directories(${CHECK_INCLUDE_DIRS}) set(LIBS ${LIBS} ${CHECK_LIBRARIES} mo_unpack m rt pthread) include_directories(. ../src)