Revision: 78035
          http://sourceforge.net/p/brlcad/code/78035
Author:   starseeker
Date:     2020-12-19 23:36:01 +0000 (Sat, 19 Dec 2020)
Log Message:
-----------
Remove debugging printout

Modified Paths:
--------------
    brlcad/branches/extbuild/src/other/ext/CMakeLists.txt

Modified: brlcad/branches/extbuild/src/other/ext/CMakeLists.txt
===================================================================
--- brlcad/branches/extbuild/src/other/ext/CMakeLists.txt       2020-12-19 
23:23:51 UTC (rev 78034)
+++ brlcad/branches/extbuild/src/other/ext/CMakeLists.txt       2020-12-19 
23:36:01 UTC (rev 78035)
@@ -168,9 +168,6 @@
 # Tool for replacing rpath values in build files.  CMAKE_BUILD_RPATH must be
 # set before configuring this file.
 configure_file(${BDEPS_CMAKE_DIR}/rpath_replace.cxx.in 
${CMAKE_CURRENT_BINARY_DIR}/rpath_replace.cxx)
-if (APPLE)
-  execute_process(COMMAND more ${CMAKE_CURRENT_BINARY_DIR}/rpath_replace.cxx)
-endif (APPLE)
 add_executable(rpath_replace ${CMAKE_CURRENT_BINARY_DIR}/rpath_replace.cxx)
 DISTCLEAN(${CMAKE_CURRENT_BINARY_DIR}/rpath_replace.cxx)
 

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