Revision: 77424
          http://sourceforge.net/p/brlcad/code/77424
Author:   starseeker
Date:     2020-10-14 01:02:43 +0000 (Wed, 14 Oct 2020)
Log Message:
-----------
For now just do the simple thing to see if a) it works and b) what else we're 
dealing with...

Modified Paths:
--------------
    brlcad/branches/thirdparty_rework/src/superbuild/tcl.cmake

Modified: brlcad/branches/thirdparty_rework/src/superbuild/tcl.cmake
===================================================================
--- brlcad/branches/thirdparty_rework/src/superbuild/tcl.cmake  2020-10-14 
00:55:43 UTC (rev 77423)
+++ brlcad/branches/thirdparty_rework/src/superbuild/tcl.cmake  2020-10-14 
01:02:43 UTC (rev 77424)
@@ -59,6 +59,7 @@
       DEPENDS ${ZLIB_TARGET} tcl_replace rpath_replace
       )
     set(TCL_APPINIT tclAppInit.c)
+    set(SHARED_DIR ${LIB_DIR})
 
   else (NOT MSVC)
 
@@ -74,6 +75,7 @@
       INSTALL_COMMAND ${VCVARS_BAT} && nmake -f makefile.vc install 
INSTALLDIR=${TCL_INSTDIR} SUFX=
       )
     set(TCL_APPINIT)
+    set(SHARED_DIR ${BIN_DIR})
 
   endif (NOT MSVC)
 
@@ -80,7 +82,7 @@
   # Tell the parent build about files and libraries
   # TODO - LIB_DIR is wrong with MSVC...
   ExternalProject_Target(tcl TCL_BLD ${TCL_INSTDIR}
-    SHARED ${LIB_DIR}/${TCL_BASENAME}${CMAKE_SHARED_LIBRARY_SUFFIX}
+    SHARED ${SHARED_DIR}/${TCL_BASENAME}${CMAKE_SHARED_LIBRARY_SUFFIX}
     RPATH
     )
 

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