Parcourir la source

suppress pointless warning for Ninja

master
Sascha Kratky il y a 10 ans
Parent
révision
dc1bc8ff17
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. +5
    -0
      CMakeLists.txt

+ 5
- 0
CMakeLists.txt Voir le fichier

@@ -2,6 +2,11 @@

cmake_minimum_required(VERSION 2.8.12)

if (POLICY CMP0058)
# Ninja requires custom command byproducts to be explicit
cmake_policy(SET CMP0058 NEW)
endif()

project (CotireExample)

set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMake")


Chargement…
Annuler
Enregistrer