Skip to content

Commit

Permalink
chore: add WARNING for testsuite and benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyYin committed Sep 13, 2021
1 parent e92c07b commit 4a5e740
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ if (LUA_FOUND AND PYTHONINTERP_FOUND)
DEPENDS testrunner
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
COMMENT "Running benchmark.")
else ()
message(WARNING "Lua or Python3 not found, skip target testsuite and benchmark.")
endif()

add_subdirectory(src)

0 comments on commit 4a5e740

Please sign in to comment.