diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2011-01-08 14:22:46 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2011-01-08 14:22:46 +0300 |
commit | b98f515daa345fb83002a149c1f1f33a7b4644e7 (patch) | |
tree | 89c1aeb1c047ea5c1b4be7bc1782c0d099904ef9 /CMakeLists.txt | |
parent | 53f22bd8a8cd4a407b7eb9c9b034b215e2299e30 (diff) | |
download | accel-ppp-b98f515daa345fb83002a149c1f1f33a7b4644e7.tar.gz accel-ppp-b98f515daa345fb83002a149c1f1f33a7b4644e7.zip |
updated contrib files
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d5385f6..f61780a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.6) cmake_policy(SET CMP0005 NEW) cmake_policy(SET CMP0003 OLD) -PROJECT (accel-pptpd C) +PROJECT (accel-pppd C) include(cmake/cpack.cmake) |