Documentation: Remove CMAKE_INCLUDE_CURRENT_DIR from example

It's not needed.

Change-Id: If831963bc1b38545134254aba1b814f1d332fcdb
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Christian Kandeler
2022-09-26 16:12:02 +02:00
parent f05a97fce5
commit 787de7eede

View File

@@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.5)
project(TextFinder VERSION 0.1 LANGUAGES CXX) project(TextFinder VERSION 0.1 LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOUIC ON) set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTOMOC ON) set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON) set(CMAKE_AUTORCC ON)