aboutsummaryrefslogtreecommitdiff
path: root/cmake/project-config.cmake.in
diff options
context:
space:
mode:
authorCalum Robinson <calumr@users.noreply.github.com>2020-02-13 09:30:59 +0000
committerGitHub <noreply@github.com>2020-02-13 09:30:59 +0000
commitfea2ff9cda629e5f02e17b264db4d89fca1a1d37 (patch)
treee96946ea8d6172f3fddcfa90a3579bb6c8d0aed0 /cmake/project-config.cmake.in
parent949171a6e1f1a53aa60651b7e6d653cdefa97d2f (diff)
downloadPROJ-fea2ff9cda629e5f02e17b264db4d89fca1a1d37.tar.gz
PROJ-fea2ff9cda629e5f02e17b264db4d89fca1a1d37.zip
Don't print version when using PROJ4 from cmake
This will declutter cmake output for PROJ4 users
Diffstat (limited to 'cmake/project-config.cmake.in')
-rw-r--r--cmake/project-config.cmake.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmake/project-config.cmake.in b/cmake/project-config.cmake.in
index 5ee5c0f9..23f997ab 100644
--- a/cmake/project-config.cmake.in
+++ b/cmake/project-config.cmake.in
@@ -8,12 +8,6 @@
# @PROJECT_VARIANT_NAME@_BINARY_DIRS = /usr/local/bin
# @PROJECT_VARIANT_NAME@_VERSION = 4.9.1 (for example)
-message (STATUS "Reading ${CMAKE_CURRENT_LIST_FILE}")
-# @PROJECT_VARIANT_NAME@_VERSION is set by version file
-message (STATUS
- "@PROJECT_VARIANT_NAME@ configuration, \
-version ${@PROJECT_VARIANT_NAME@_VERSION}")
-
# Tell the user project where to find our headers and libraries
get_filename_component (_DIR ${CMAKE_CURRENT_LIST_FILE} PATH)
get_filename_component (_ROOT "${_DIR}/@PROJECT_ROOT_DIR@" ABSOLUTE)