Skip to content

Commit

Permalink
[NFC] Update the CMake version required in the HelloWorld example
Browse files Browse the repository at this point in the history
I forgot to update this when switching to LLVM 11. This is mostly for
consistency sake.
  • Loading branch information
banach-space committed Nov 15, 2020
1 parent af54b7e commit 276c7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HelloWorld/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.4.3)
cmake_minimum_required(VERSION 3.13.4)
project(llvm-tutor-hello-world)

#===============================================================================
Expand Down

0 comments on commit 276c7ef

Please sign in to comment.