Преглед на файлове

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