mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Merge pull request #791 from GarageGames/cmake-minimum-version
Bumped minimum CMake version
This commit is contained in:
commit
929f6cf371
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required (VERSION 2.8.3)
|
cmake_minimum_required (VERSION 2.8.12)
|
||||||
|
|
||||||
set(TORQUE_APP_NAME "" CACHE STRING "the app name")
|
set(TORQUE_APP_NAME "" CACHE STRING "the app name")
|
||||||
|
|
||||||
|
|
@ -8,4 +8,4 @@ endif()
|
||||||
|
|
||||||
project(${TORQUE_APP_NAME})
|
project(${TORQUE_APP_NAME})
|
||||||
|
|
||||||
add_subdirectory(Tools/CMake)
|
add_subdirectory(Tools/CMake)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue