summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/dist.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/dist.cmake b/cmake/dist.cmake
index f6a847c..310ef94 100644
--- a/cmake/dist.cmake
+++ b/cmake/dist.cmake
@@ -34,7 +34,7 @@ _parse_dist_field ( url DIST_URL )
_parse_dist_field ( desc DIST_DESC )
message ( "DIST_NAME: ${DIST_NAME}")
message ( "DIST_VERSION: ${DIST_VERSION}")
-message ( "DIST_AUTHOR: ${DIST_LICENSE}")
+message ( "DIST_LICENSE: ${DIST_LICENSE}")
message ( "DIST_AUTHOR: ${DIST_AUTHOR}")
message ( "DIST_MAINTAINER: ${DIST_MAINTAINER}")
message ( "DIST_URL: ${DIST_URL}")