mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Fix confusing warning when CMake version is too low;
This commit is contained in:
parent
905a37b928
commit
17a1dc320e
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue