Revision: 75715
          http://sourceforge.net/p/brlcad/code/75715
Author:   starseeker
Date:     2020-05-07 01:15:43 +0000 (Thu, 07 May 2020)
Log Message:
-----------
execute_process doesn't use the ARGS syntax - this was the source of the 
"build/remove" source directory does not exist messages

Modified Paths:
--------------
    brlcad/trunk/misc/CMake/ThirdParty.cmake

Modified: brlcad/trunk/misc/CMake/ThirdParty.cmake
===================================================================
--- brlcad/trunk/misc/CMake/ThirdParty.cmake    2020-05-07 01:02:41 UTC (rev 
75714)
+++ brlcad/trunk/misc/CMake/ThirdParty.cmake    2020-05-07 01:15:43 UTC (rev 
75715)
@@ -234,7 +234,7 @@
 
     foreach(stale_file ${STALE_FILES})
       execute_process(
-       COMMAND ${CMAKE_COMMAND} ARGS -E remove ${stale_file}
+       COMMAND ${CMAKE_COMMAND} -E remove ${stale_file}
        OUTPUT_VARIABLE rm_out
        RESULT_VARIABLE rm_retval
        )

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to