mirror of
https://github.com/KDE/kasts.git
synced 2024-12-23 07:00:20 +01:00
Allow in-source builds
This commit is contained in:
parent
262281d9dc
commit
26762aaf7c
@ -5,10 +5,6 @@ cmake_minimum_required(VERSION 2.8.12)
|
||||
set(KF5_MIN_VERSION "5.70.0")
|
||||
set(QT_MIN_VERSION "5.10.0")
|
||||
|
||||
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
|
||||
message(FATAL_ERROR "This application requires an out of source build. Please create a separate build directory.")
|
||||
endif()
|
||||
|
||||
include(FeatureSummary)
|
||||
|
||||
find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
|
||||
|
Loading…
Reference in New Issue
Block a user