ci: gh-actions: mingw: attempt to fix path
[m6w6/libmemcached] / CPack.txt
index 09fb62078b9c980c9fa3992153cfd9553d4102cf..247daa21fde1a4855d6698a94ef42d92fbaaa7e8 100644 (file)
--- a/CPack.txt
+++ b/CPack.txt
@@ -53,7 +53,7 @@ execute_process(
         OUTPUT_VARIABLE PROJECT_TAG
         ERROR_VARIABLE GIT_ERROR_OUTPUT
 )
-if(ERROR_OUTPUT)
+if(GIT_ERROR_OUTPUT)
     message(NOTICE "git describe: ${GIT_ERROR_OUTPUT}")
 endif()
 string(STRIP "${PROJECT_TAG}" PROJECT_TAG)