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.
This commit is contained in:
John Szakmeister 2014-11-08 16:09:47 -05:00
parent 2aeda4ba6f
commit 05f78d30ac

View File

@ -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