build-source.patch 531 B

123456789101112131415161718
  1. --- a/CMakeLists.txt 2014-09-09 02:40:08.000000000 +0300
  2. +++ b/CMakeLists.txt 2014-09-22 17:47:14.215639453 +0300
  3. @@ -6,13 +6,6 @@
  4. set(REQUIRED_QT_VERSION 5.2.0)
  5. -# We don't build in-source
  6. -if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
  7. - message (
  8. - FATAL_ERROR
  9. - "plasma-activities-kf6 require an out of source build. Please create a separate build directory and run 'cmake path_to_plasma [options]' there."
  10. - )
  11. -endif ()
  12. # Extra CMake stuff
  13. find_package (ECM 1.2.0 REQUIRED NO_MODULE)