forked from qt-creator/qt-creator
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user