DRTVWR-568 need to update cmake minimum

master
Brad Kittenbrink 2022-08-30 14:42:40 -07:00
parent d31a83fb94
commit 56d5666f9a
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
# other commands to guarantee full compatibility
# with the version specified
## 3.8 added VS_DEBUGGER_WORKING_DIRECTORY support
cmake_minimum_required(VERSION 3.8.0 FATAL_ERROR)
## 3.14 added FILE CREATE_LINK
cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR)
set(ROOT_PROJECT_NAME "SecondLife" CACHE STRING
"The root project/makefile/solution name. Defaults to SecondLife.")