File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ include(SetClangRTLib)
1919# It is not possible to pass LUA_LIBRARIES and LUA_INCLUDE_DIR
2020# directly because it breaks `find_package(Lua)`, so it is done
2121# using intermediate variables.
22- if (NOT "${CMAKE_LUA_LIBRARIES} " STREQUAL "" )
23- set (LUA_LIBRARIES "${CMAKE_LUA_LIBRARIES} " )
24- endif ()
25- if (NOT "${CMAKE_LUA_INCLUDE_DIR} " STREQUAL "" )
26- set (LUA_INCLUDE_DIR "${CMAKE_LUA_INCLUDE_DIR} " )
27- endif ()
22+ # if(NOT "${CMAKE_LUA_LIBRARIES}" STREQUAL "")
23+ # set(LUA_LIBRARIES "${CMAKE_LUA_LIBRARIES}")
24+ # endif()
25+ # if(NOT "${CMAKE_LUA_INCLUDE_DIR}" STREQUAL "")
26+ # set(LUA_INCLUDE_DIR "${CMAKE_LUA_INCLUDE_DIR}")
27+ # endif()
2828
2929if (LUA_INCLUDE_DIR AND LUA_LIBRARIES)
3030 # When a path to a Lua library is passed outside, we should
You can’t perform that action at this time.
0 commit comments