Move cmake_minimum_required to be the first thing in CMakeLists.txt.

This commit is contained in:
Thomas Thomassen 2021-10-09 09:27:52 +02:00
parent 3dffb9c32c
commit 53ee16c66c

View File

@ -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)