aboutsummaryrefslogtreecommitdiff
path: root/cmake/FindLuaJit.cmake
diff options
context:
space:
mode:
authorDaniel Hahler <github@thequod.de>2017-03-25 23:02:20 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-03-25 23:02:20 +0100
commitb60e5c85adb597f5a1688de47198175b2747fbd4 (patch)
tree326bdab36375372ffdc3448b53317cdbdf458acc /cmake/FindLuaJit.cmake
parenta346cb1d5893664c9ea331d3c75eca0bb0a4e511 (diff)
downloadrneovim-b60e5c85adb597f5a1688de47198175b2747fbd4.tar.gz
rneovim-b60e5c85adb597f5a1688de47198175b2747fbd4.tar.bz2
rneovim-b60e5c85adb597f5a1688de47198175b2747fbd4.zip
cmake: USE_BUNDLED_X instead of X_USE_BUNDLED (#6357)
Diffstat (limited to 'cmake/FindLuaJit.cmake')
-rw-r--r--cmake/FindLuaJit.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindLuaJit.cmake b/cmake/FindLuaJit.cmake
index e9ff53ab62..b8eda6388b 100644
--- a/cmake/FindLuaJit.cmake
+++ b/cmake/FindLuaJit.cmake
@@ -4,7 +4,7 @@
# LUAJIT_INCLUDE_DIRS - The luajit include directories
# LUAJIT_LIBRARIES - The libraries needed to use luajit
-if(NOT LUAJIT_USE_BUNDLED)
+if(NOT USE_BUNDLED_LUAJIT)
find_package(PkgConfig)
if (PKG_CONFIG_FOUND)
pkg_check_modules(PC_LUAJIT QUIET luajit)