瀏覽代碼

Properly display name of project with dependency found on the system.

Fix type introduced by commit 74d440c5.

See #418
Jean-Christophe Fillion-Robin 11 年之前
父節點
當前提交
66af5f2fb4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CMake/ctkMacroCheckExternalProjectDependency.cmake

+ 1 - 1
CMake/ctkMacroCheckExternalProjectDependency.cmake

@@ -495,7 +495,7 @@ macro(superbuild_include_dependencies)
   if(NOT "${${proj}_DEPENDENCIES}" STREQUAL "")
     set(_msg "${proj}[OK]")
     if(${SUPERBUILD_TOPLEVEL_PROJECT}_USE_SYSTEM_${proj})
-      set(_msg "${_ok_message} (SYSTEM)")
+      set(_msg "${_msg} (SYSTEM)")
     endif()
     superbuild_message(${proj} ${_msg})
   endif()