mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
This is consistent with r462619, which moved most (but not all, hence this commit) of the KDE4-era ports out of the way for newer generation KDE. Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D14775
10 lines
327 B
Text
10 lines
327 B
Text
--- ./CMakeLists.txt.orig 2013-03-06 15:54:32.000000000 -0800
|
|
+++ ./CMakeLists.txt 2013-03-29 16:59:10.767664571 -0700
|
|
@@ -1,6 +1,7 @@
|
|
project(ktp-common-internals)
|
|
|
|
cmake_minimum_required (VERSION 2.6.3 FATAL_ERROR)
|
|
+cmake_policy(SET CMP0002 OLD)
|
|
|
|
set (CMAKE_MODULE_PATH
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules"
|