summaryrefslogtreecommitdiffstats
path: root/cmake/SignJar.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/SignJar.cmake')
-rw-r--r--cmake/SignJar.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/SignJar.cmake b/cmake/SignJar.cmake
index 3b0d0c86..abc35ba6 100644
--- a/cmake/SignJar.cmake
+++ b/cmake/SignJar.cmake
@@ -6,6 +6,8 @@ if(NOT JAR_FILE)
message(FATAL_ERROR "JAR_FILE must be defined")
endif()
+message(STATUS "Signing ${JAR_FILE}")
+
set(KEYTOOL "${Java_PATH}/keytool")
set(JARSIGNER "${Java_PATH}/jarsigner")