diff options
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5468f0f..fd57546 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,8 @@ -PROJECT (accel-pptpd C) cmake_minimum_required(VERSION 2.6) +cmake_policy(SET CMP0005 NEW) +cmake_policy(SET CMP0003 OLD) + +PROJECT (accel-pptpd C) include(cmake/cpack.cmake) |