mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2025-01-06 23:10:09 +00:00
Move cmake_minimum_required to be the first thing in CMakeLists.txt.
This commit is contained in:
parent
3dffb9c32c
commit
53ee16c66c
@ -22,10 +22,10 @@
|
||||
# language governing permissions and limitations under the Apache License.
|
||||
#
|
||||
|
||||
project(OpenSubdiv)
|
||||
|
||||
cmake_minimum_required(VERSION 2.8.6)
|
||||
|
||||
project(OpenSubdiv)
|
||||
|
||||
# Turn on folder support
|
||||
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user