Skip to content

Commit 5606109

Browse files
authored
Bump minimum required cmake version to 3.14. (#2154)
llvm/lib/SYCLLowerIR/CMakeLists.txt uses FetchContent_MakeAvailable introduced in cmake 3.14 Signed-off-by: Konstantin S Bobrovsky <[email protected]>
1 parent 71e612a commit 5606109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See docs/CMake.html for instructions about how to build LLVM with CMake.
22

3-
cmake_minimum_required(VERSION 3.4.3)
3+
cmake_minimum_required(VERSION 3.14)
44

55
if ("${CMAKE_VERSION}" VERSION_LESS "3.13.4")
66
message(FATAL_ERROR

0 commit comments

Comments
 (0)