Skip to content

Commit

Permalink
Set Halide version to 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Sep 16, 2020
1 parent db901f7 commit fa9d6e1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
cmake_minimum_required(VERSION 3.16)

if (NOT DEFINED Halide_VERSION)
set(Halide_VERSION 12.0.0)
endif ()
project(Halide VERSION ${Halide_VERSION})
project(Halide VERSION 10.0.0)

enable_testing()

Expand Down

0 comments on commit fa9d6e1

Please sign in to comment.