mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Silence cmake 3.10 warnings
Explicitly turning of automoc and friends for every single auto generated file seems a rather dumb approach... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
36c8a7e4ca
commit
795f6e24ea
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
project(Subsurface)
|
||||
cmake_minimum_required(VERSION 2.8.11)
|
||||
|
||||
# don't process generated files
|
||||
cmake_policy(SET CMP0071 OLD)
|
||||
|
||||
# global settings
|
||||
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
|
|
Loading…
Add table
Reference in a new issue