diff options
| author | 2008-07-08 08:57:48 +0000 | |
|---|---|---|
| committer | 2008-07-08 08:57:48 +0000 | |
| commit | a3afdf1d4fcdd46e92856019525dbd99ff1056b1 (patch) | |
| tree | 33399ce89a51b7ea4fe0ed0db0d87a4987abb445 | |
| parent | Cleaning up (diff) | |
| download | KVIrc-a3afdf1d4fcdd46e92856019525dbd99ff1056b1.tar.gz KVIrc-a3afdf1d4fcdd46e92856019525dbd99ff1056b1.tar.bz2 KVIrc-a3afdf1d4fcdd46e92856019525dbd99ff1056b1.zip | |
patched for cmake 2.6 complaining about wrong policies
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2033 17fca916-40b9-46aa-a4ea-0a15b648b75c
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fd8c3c2e..64ebf1e20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.4.8) # Compat for cmake 2.6 IF(COMMAND cmake_policy) CMAKE_POLICY(SET CMP0003 OLD) + CMAKE_POLICY(SET CMP0002 OLD) ENDIF() |
