File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ set(CMAKE_INCLUDE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_INCLUDE_PATH}
3333include (SetBuildParallelLevel)
3434include (SetHardwareArch)
3535
36- if (ENABLE_LUAJIT_RANDOM_RA AND NOT IS_LUAJIT)
37- message (FATAL_ERROR "Option ENABLE_LUAJIT_RANDOM_RA is LuaJIT-specific." )
38- endif ()
39-
4036if (USE_LUA AND NOT LUA_VERSION)
4137 set (LUA_VERSION "master" )
4238endif ()
@@ -71,6 +67,10 @@ endif ()
7167
7268message (STATUS "Found ${LUA_VERSION_STRING} " )
7369
70+ if (ENABLE_LUAJIT_RANDOM_RA AND NOT IS_LUAJIT)
71+ message (FATAL_ERROR "Option ENABLE_LUAJIT_RANDOM_RA is LuaJIT-specific." )
72+ endif ()
73+
7474if (NOT CMAKE_CXX_COMPILER_ID STREQUAL "Clang" OR
7575 NOT CMAKE_C_COMPILER_ID STREQUAL "Clang" )
7676 message (FATAL_ERROR
You can’t perform that action at this time.
0 commit comments