DRTVWR-568 need to update cmake minimum
parent
d31a83fb94
commit
56d5666f9a
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Reference in New Issue