소스 검색

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()