Bläddra i källkod

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

Fix type introduced by commit 74d440c5.

See #418
Jean-Christophe Fillion-Robin 11 år sedan
förälder
incheckning
66af5f2fb4
1 ändrade filer med 1 tillägg och 1 borttagningar
  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()