Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Uniform cmale version ( remove deprecation warning in modern cmake)
Switch to c++14 (same used in ogre)
  • Loading branch information
mosfet80 authored Jun 29, 2024
1 parent 3568f43 commit 8c709b8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Samples/Tutorials/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
cmake_minimum_required (VERSION 3.10)
project(OgreTutorialsSample)
cmake_minimum_required(VERSION 3.13.0)

# required for Ogre 1.11+
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 14)

## [discover_ogre]
# The COMPONENTS part checks that OGRE was built the way we need it
Expand Down

0 comments on commit 8c709b8

Please sign in to comment.