diff --git a/fuzz/CMakeLists.txt b/fuzz/CMakeLists.txt index c18fbba5..be40b811 100644 --- a/fuzz/CMakeLists.txt +++ b/fuzz/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of the Luau programming language and is licensed under MIT License; see LICENSE.txt for details if(${CMAKE_VERSION} VERSION_LESS "3.26") - message(WARNING "Building the Luau fuzzer requires Clang version 3.26 of higher.") + message(WARNING "Building the Luau fuzzer requires CMake version 3.26 or higher.") return() endif()