Kaynağa Gözat

DOC: CMake/ctkFunctionExectureProcess - described the macro

Jean-Christophe Fillion-Robin 15 yıl önce
ebeveyn
işleme
26770aa2b5
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  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()