comparison Applications/Samples/Sdl/CMakeLists.txt @ 1592:0d4b11ba86df

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Oct 2020 15:15:32 +0200
parents 5887a4f8594b
children 621e4e11783d
comparison
equal deleted inserted replaced
1591:5887a4f8594b 1592:0d4b11ba86df
16 # You should have received a copy of the GNU Affero General Public License 16 # You should have received a copy of the GNU Affero General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 18
19 19
20 cmake_minimum_required(VERSION 2.8.10) 20 cmake_minimum_required(VERSION 2.8.10)
21 cmake_policy(SET CMP0058 NEW)
21 22
22 project(OrthancStone) 23 project(OrthancStone)
23 24
24 include(${CMAKE_SOURCE_DIR}/../../Platforms/Sdl/OrthancStoneSdlParameters.cmake) 25 include(${CMAKE_SOURCE_DIR}/../../Platforms/Sdl/OrthancStoneSdlParameters.cmake)
25 26