From 05f78d30ac5eb4c4df712d78d1366f3cee896417 Mon Sep 17 00:00:00 2001 From: John Szakmeister Date: Sat, 8 Nov 2014 16:09:47 -0500 Subject: [PATCH] build: use the proper libintl include variable What was there worked, but it wasn't meant to be the variable that you use for inclusion. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 951a0c14f3..6d53ba4727 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,7 +119,7 @@ include_directories(SYSTEM ${LUAJIT_INCLUDE_DIRS}) find_package(LibIntl) if(LibIntl_FOUND) - include_directories(SYSTEM ${LibIntl_INCLUDE_DIR}) + include_directories(SYSTEM ${LibIntl_INCLUDE_DIRS}) endif() # Determine platform's threading library. Set CMAKE_THREAD_PREFER_PTHREAD