浏览代码

DOC: CMake/ctkFunctionExectureProcess - described the macro

Jean-Christophe Fillion-Robin 15 年之前
父节点
当前提交
26770aa2b5
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      CMake/ctkFunctionExecuteProcess.cmake

+ 5 - 1
CMake/ctkFunctionExecuteProcess.cmake

@@ -19,6 +19,10 @@
 ###########################################################################
 
 #
+# Same as EXECUTE_PROCESS command except it can accept the extra parameter: PATH_LIST
+#
+# According to the platform, either PATH, LD_LIBRARY_PATH or DYLD_LIBRARY_PATH
+# will be updated using the paths specified using PATH_LIST
 #
 #
 
@@ -96,4 +100,4 @@ FUNCTION(ctkFunctionExecuteProcess)
 
   INCLUDE(${output_file})
   
-ENDFUNCTION()
+ENDFUNCTION()