summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Drahoš <drahosp@gmail.com>2012-05-10 01:12:15 +0200
committerPeter Drahoš <drahosp@gmail.com>2012-05-10 01:12:15 +0200
commit1b1836e973cd43a5c90b5a4d30b38183895a112b (patch)
tree36bf929f4563c2f67c43bbdcf6907583d246fb9a
parent47a54399bb5a24536f15686c43a3ea25435722ef (diff)
downloadlua-1b1836e973cd43a5c90b5a4d30b38183895a112b.tar.gz
Updated dist.cmake
-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}")