mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-22 03:30:09 +00:00
Updated CMake minimum version to 3.12
This commit is contained in:
parent
698c7242bb
commit
e627e4827e
@ -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)
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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
|
||||
________
|
||||
|
Loading…
Reference in New Issue
Block a user