Browse Source

ctkMacroCompilePythonScript - Message associated with copy command fixed

Since the "py" extension is added when needed,
it doesn't need anymore to be appended in the displayed message.
Jean-Christophe Fillion-Robin 14 years ago
parent
commit
dbc7eecd28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMake/ctkMacroCompilePythonScript.cmake

+ 1 - 1
CMake/ctkMacroCompilePythonScript.cmake

@@ -49,7 +49,7 @@ MACRO(ctkMacroCompilePythonScript)
     ADD_CUSTOM_COMMAND(DEPENDS ${src}
                         COMMAND ${CMAKE_COMMAND} -E copy ${src} ${tgt}
                         OUTPUT ${tgt}
-                        COMMENT "Copying python script: ${file}.py")
+                        COMMENT "Copying python script: ${file}")
   ENDFOREACH()
 
   IF(DEFINED MY_RESOURCES)