Revision: 77754
          http://sourceforge.net/p/brlcad/code/77754
Author:   starseeker
Date:     2020-11-20 01:24:20 +0000 (Fri, 20 Nov 2020)
Log Message:
-----------
put back the permissions after install_name_tool

Modified Paths:
--------------
    brlcad/branches/extbuild/src/other/ext/CMake/ExternalProject_Target.cmake

Modified: 
brlcad/branches/extbuild/src/other/ext/CMake/ExternalProject_Target.cmake
===================================================================
--- brlcad/branches/extbuild/src/other/ext/CMake/ExternalProject_Target.cmake   
2020-11-20 01:22:17 UTC (rev 77753)
+++ brlcad/branches/extbuild/src/other/ext/CMake/ExternalProject_Target.cmake   
2020-11-20 01:24:20 UTC (rev 77754)
@@ -37,6 +37,7 @@
       if (NOT \"\${OTOOL_OUT}\" MATCHES \".*LC_RPATH.*\")
        execute_process(COMMAND chmod u+w \"\${SRC}\")
        execute_process(COMMAND install_name_tool -add_rpath 
\"\${CMAKE_BUILD_RPATH}\" \"\${SRC}\")
+       execute_process(COMMAND chmod u-w \"\${SRC}\")
        execute_process(COMMAND otool -l \"\${SRC}\" OUTPUT_VARIABLE OTOOL_OUT2)
        message(\"OTOOL_OUT2: \${OTOOL_OUT2}\")
       endif ()

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