From 787de7eede52ef9eafc9ed60d69412c2baa5ab19 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 26 Sep 2022 16:12:02 +0200 Subject: [PATCH] Documentation: Remove CMAKE_INCLUDE_CURRENT_DIR from example It's not needed. Change-Id: If831963bc1b38545134254aba1b814f1d332fcdb Reviewed-by: Eike Ziller --- doc/qtcreator/examples/textfinder/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/qtcreator/examples/textfinder/CMakeLists.txt b/doc/qtcreator/examples/textfinder/CMakeLists.txt index 39f9d4cd471..77a0ba8c152 100644 --- a/doc/qtcreator/examples/textfinder/CMakeLists.txt +++ b/doc/qtcreator/examples/textfinder/CMakeLists.txt @@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.5) project(TextFinder VERSION 0.1 LANGUAGES CXX) -set(CMAKE_INCLUDE_CURRENT_DIR ON) - set(CMAKE_AUTOUIC ON) set(CMAKE_AUTOMOC ON) set(CMAKE_AUTORCC ON)