From c1dcb185fec21c83cdd3c7b75e376237f5bc3ff6 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Wed, 17 Mar 2021 18:42:09 +0100 Subject: [PATCH] fix error message --- cmake/Modules/FindToLua.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Modules/FindToLua.cmake b/cmake/Modules/FindToLua.cmake index 92732981b..cf70eff76 100644 --- a/cmake/Modules/FindToLua.cmake +++ b/cmake/Modules/FindToLua.cmake @@ -59,7 +59,7 @@ elseif(TOLUA_INCLUDE_DIR AND EXISTS "${TOLUA_INCLUDE_DIR}/tolua.h") TOLUA_VERSION_STRING "${tolua_version_str}") unset(tolua_version_str) else(PC_TOLUA_VERSION) -message(ERROR "TOLUA_VERSION_STRING cannot be determined") +message ("TOLUA_VERSION_STRING cannot be determined") endif(PC_TOLUA_VERSION) # handle the QUIETLY and REQUIRED arguments and set TOLUA_FOUND to TRUE if