Skip to content

Commit 52fb08f

Browse files
committed
cmake: remove CMAKE_INCLUDE_CURRENT_DIR
This is not needed as we define the include directories explicitly.
1 parent 677167b commit 52fb08f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ set(CMAKE_AUTOMOC ON)
2020
set(CMAKE_AUTORCC ON)
2121
set(CMAKE_AUTOUIC ON)
2222

23-
set(CMAKE_INCLUDE_CURRENT_DIR ON)
24-
2523
set(QT_COMPONENTS Core Gui Widgets Concurrent Svg PrintSupport)
2624
if(WITH_TESTS)
2725
enable_testing()

0 commit comments

Comments
 (0)