mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
2aeda4ba6f
commit
05f78d30ac
@ -119,7 +119,7 @@ include_directories(SYSTEM ${LUAJIT_INCLUDE_DIRS})
|
|||||||
|
|
||||||
find_package(LibIntl)
|
find_package(LibIntl)
|
||||||
if(LibIntl_FOUND)
|
if(LibIntl_FOUND)
|
||||||
include_directories(SYSTEM ${LibIntl_INCLUDE_DIR})
|
include_directories(SYSTEM ${LibIntl_INCLUDE_DIRS})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Determine platform's threading library. Set CMAKE_THREAD_PREFER_PTHREAD
|
# Determine platform's threading library. Set CMAKE_THREAD_PREFER_PTHREAD
|
||||||
|
Loading…
Reference in New Issue
Block a user