aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2020-02-20 11:06:22 +1300
committerKristian Evers <kristianevers@gmail.com>2020-02-20 09:57:08 +0100
commitdeb3ccf5bb2f304d20f3ce09be8fd07be4817510 (patch)
tree08ad7ca5e17c54fe79dbfdc3b8dca27cc98ac09b /CMakeLists.txt
parentb72d25a32dab2a31a6de60152854ed24faa247f9 (diff)
downloadPROJ-deb3ccf5bb2f304d20f3ce09be8fd07be4817510.tar.gz
PROJ-deb3ccf5bb2f304d20f3ce09be8fd07be4817510.zip
Add/update description for pkg-config and CMake
Ignore WARNING: 'proj.pc.in' seems to ignore the --datarootdir setting
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8d1441df..b04c933e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,10 @@
################################################################################
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
-project(PROJ LANGUAGES C CXX)
+project(PROJ
+ DESCRIPTION "PROJ coordinate transformation software library"
+ LANGUAGES C CXX
+)
# Only interpret if() arguments as variables or keywords when unquoted
cmake_policy(SET CMP0054 NEW)