Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Increase cmake version to match llvm
Browse files Browse the repository at this point in the history
Change-Id: Ia03317d2b9aaef178b01e5b7fc58e9bce463d810
  • Loading branch information
arsenm committed Aug 4, 2020
1 parent 9fd1d48 commit e64b340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## License. See LICENSE.TXT for details.
##===--------------------------------------------------------------------------

cmake_minimum_required(VERSION 3.4.3)
cmake_minimum_required(VERSION 3.13.4)

project(ROCm-Device-Libs VERSION "1.0.0")
cmake_policy(SET CMP0011 NEW)
Expand Down

0 comments on commit e64b340

Please sign in to comment.