浏览代码

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 年之前
父节点
当前提交
dbc7eecd28
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)