We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db901f7 commit fa9d6e1Copy full SHA for fa9d6e1
CMakeLists.txt
@@ -1,9 +1,5 @@
1
cmake_minimum_required(VERSION 3.16)
2
-
3
-if (NOT DEFINED Halide_VERSION)
4
- set(Halide_VERSION 12.0.0)
5
-endif ()
6
-project(Halide VERSION ${Halide_VERSION})
+project(Halide VERSION 10.0.0)
7
8
enable_testing()
9
0 commit comments