CMakeLists.txt   CMakeLists.txt 
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
project(kdeplasma-addons) project(kdeplasma-addons)
set(PROJECT_VERSION "5.27.9") set(PROJECT_VERSION "5.27.10")
set(PROJECT_VERSION_MAJOR 5) set(PROJECT_VERSION_MAJOR 5)
################# Disallow in-source build ################# ################# Disallow in-source build #################
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}") if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
message(FATAL_ERROR "plasma requires an out of source build. Please crea te a separate build directory and run 'cmake path_to_plasma [options]' ther e.") message(FATAL_ERROR "plasma requires an out of source build. Please crea te a separate build directory and run 'cmake path_to_plasma [options]' ther e.")
endif() endif()
set(QT_MIN_VERSION 5.15.0) set(QT_MIN_VERSION 5.15.0)
set(KF5_MIN_VERSION 5.90.0) set(KF5_MIN_VERSION 5.90.0)
set(KDE_COMPILERSETTINGS_LEVEL "5.82") set(KDE_COMPILERSETTINGS_LEVEL "5.82")
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/