We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4230a8 commit a9eb8eeCopy full SHA for a9eb8ee
lib/luajit-cmake/CMakeLists.txt
@@ -13,7 +13,7 @@ endif()
13
14
get_directory_property(hasParent PARENT_DIRECTORY)
15
if(LUAJIT_DIR)
16
- project(luajit)
+ project(luajit LANGUAGES C)
17
include(LuaJIT.cmake)
18
if (hasParent)
19
set(LUA_TARGET $<TARGET_FILE:luajit> PARENT_SCOPE)
@@ -24,7 +24,7 @@ if(LUAJIT_DIR)
24
endif()
25
26
elseif(LUA_DIR)
27
- project(lua)
+ project(lua LANGUAGES C)
28
include(lua.cmake)
29
30
set(LUA_TARGET $<TARGET_FILE:lua> PARENT_SCOPE)
0 commit comments