Skip to content

Commit d6b190e

Browse files
committed
cmake: fix using USE_LUAJIT
1 parent 2c7e71e commit d6b190e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/capi/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function(create_test)
9898
endif ()
9999
set(dict_path ${CORPUS_BASE_PATH}/${test_name}.dict)
100100
set(corpus_path ${CORPUS_BASE_PATH}/${test_prefix})
101-
if(USE_LUAJIT)
101+
if(IS_LUAJIT)
102102
set(corpus_path ${CORPUS_BASE_PATH}/${test_name})
103103
endif()
104104
if (EXISTS ${dict_path})

0 commit comments

Comments
 (0)