File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ project(lua-c-api-tests
88find_program (SHELL sh )
99find_program (ECHO echo )
1010
11- set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" ${CMAKE_MODULE_PATH} )
12- set (CMAKE_INCLUDE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" ${CMAKE_INCLUDE_PATH} )
13-
14- include (cmake/utils.cmake )
15-
1611option (USE_LUA "Use PUC Rio Lua library" OFF )
1712option (USE_LUAJIT "Use LuaJIT library" OFF )
1813option (ENABLE_ASAN "Enable AddressSanitizer" OFF )
@@ -30,6 +25,7 @@ option(ENABLE_LAPI_TESTS "Enable Lua API tests" OFF)
3025set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" ${CMAKE_MODULE_PATH} )
3126set (CMAKE_INCLUDE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" ${CMAKE_INCLUDE_PATH} )
3227
28+ include (utils )
3329include (SetBuildParallelLevel )
3430include (SetHardwareArch )
3531
You can’t perform that action at this time.
0 commit comments