فهرست منبع

Clean up output a bit.

Bill Hoffman 16 سال پیش
والد
کامیت
feb0209960
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      Modules/CMakeVerifyManifest.cmake

+ 3 - 1
Modules/CMakeVerifyManifest.cmake

@@ -76,7 +76,9 @@ foreach(f ${manifest_files})
   crt_version("${f}" manifest_version_list)
 endforeach(f)
 message("Versions found in ${manifest_files}: ${manifest_version_list}")
-message("Extra versions allowed ${allow_versions}")
+if(DEFINED allow_versions)
+  message("Extra versions allowed: ${allow_versions}")
+endif()
 
 # now find all .exe and .dll files
 # and call check_version on each of them