Revision: 77764
          http://sourceforge.net/p/brlcad/code/77764
Author:   starseeker
Date:     2020-11-20 19:26:33 +0000 (Fri, 20 Nov 2020)
Log Message:
-----------
See if we can avoid trying to redo TCL_PACKAGE_PATH

Modified Paths:
--------------
    brlcad/branches/extbuild/src/other/ext/CMake/tcl_replace.cxx.in

Modified: brlcad/branches/extbuild/src/other/ext/CMake/tcl_replace.cxx.in
===================================================================
--- brlcad/branches/extbuild/src/other/ext/CMake/tcl_replace.cxx.in     
2020-11-20 19:03:28 UTC (rev 77763)
+++ brlcad/branches/extbuild/src/other/ext/CMake/tcl_replace.cxx.in     
2020-11-20 19:26:33 UTC (rev 77764)
@@ -38,11 +38,6 @@
     std::string tcllib2_new  = std::string("= \"") + 
std::string(CMAKE_INSTALL_PREFIX) + std::string(sep) + std::string(LIB_DIR) + 
std::string("\";");
     strings.push_back(tcllib2_new);
 
-    std::regex tclpkg_regex("TCL_PACKAGE_PATH");
-    regexes.push_back(tclpkg_regex);
-    std::string tclpkg_new  = std::string("\"") + 
std::string(CMAKE_INSTALL_PREFIX) + std::string(sep) + std::string(LIB_DIR) + 
std::string(sep) + std::string(PKG_DIR) + std::string("\"");
-    strings.push_back(tclpkg_new);
-
     std::regex run_libdir_regex("CFG_RUNTIME_LIBDIR");
     regexes.push_back(run_libdir_regex);
     std::string run_libdir_new  = std::string("\"") + 
std::string(CMAKE_INSTALL_PREFIX) + std::string(sep) + std::string(LIB_DIR) + 
std::string("\"");

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