From 984ecc5a74ff6e631105675095e89174b5c254ee Mon Sep 17 00:00:00 2001 From: Snaipe Date: Tue, 22 Sep 2015 01:12:32 +0200 Subject: [PATCH] Added missing include directory addition for libintl dependency --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bd4d04..1406874 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -171,6 +171,7 @@ endif() if (LIBINTL_LIB_FOUND) target_link_libraries(criterion ${LIBINTL_LIBRARIES}) + include_directories(${LIBINTL_INCLUDE_DIR}) endif() if (COVERALLS)