mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 13:50:05 +00:00
Merge pull request #1261 from davidgyu/dev_cmake_version
Updated CMake minimum version to 3.12
This commit is contained in:
commit
514ddccd15
@ -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