Revision: 77423
          http://sourceforge.net/p/brlcad/code/77423
Author:   starseeker
Date:     2020-10-14 00:55:43 +0000 (Wed, 14 Oct 2020)
Log Message:
-----------
Whoops, don't want unix prefix here

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:54:45 UTC (rev 77422)
+++ brlcad/branches/thirdparty_rework/src/superbuild/tcl.cmake  2020-10-14 
00:55:43 UTC (rev 77423)
@@ -58,7 +58,7 @@
       INSTALL_COMMAND make install
       DEPENDS ${ZLIB_TARGET} tcl_replace rpath_replace
       )
-    set(TCL_APPINIT unix/tclAppInit.c)
+    set(TCL_APPINIT tclAppInit.c)
 
   else (NOT MSVC)
 

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