Updated CMake minimum version to 3.12

This commit is contained in:
David G Yu 2022-09-09 09:11:37 -07:00
parent 698c7242bb
commit e627e4827e
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
# language governing permissions and limitations under the Apache License.
#
cmake_minimum_required(VERSION 2.8.6)
cmake_minimum_required(VERSION 3.12)
project(OpenSubdiv)

View File

@ -29,7 +29,7 @@ For more details about OpenSubdiv, see [Pixar Graphics Technologies](http://grap
| Lib | Min Version | Note |
| ----------------------------- | ----------- | ---------- |
| [CMake](http://www.cmake.org) | 2.8.6 | *Required* |
| [CMake](http://www.cmake.org) | 3.12 | *Required* |
* Osd optional requirements:

View File

@ -62,7 +62,7 @@ build and installation instructions.
Required
________
- `CMake <http://www.cmake.org/>`__ version 2.8
- `CMake <http://www.cmake.org/>`__ version 3.12
Optional
________