Revision: 77425
          http://sourceforge.net/p/brlcad/code/77425
Author:   starseeker
Date:     2020-10-14 01:07:06 +0000 (Wed, 14 Oct 2020)
Log Message:
-----------
No dot in name on Windows...

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 
01:02:43 UTC (rev 77424)
+++ brlcad/branches/thirdparty_rework/src/superbuild/tcl.cmake  2020-10-14 
01:07:06 UTC (rev 77425)
@@ -63,8 +63,8 @@
 
   else (NOT MSVC)
 
-    set(TCL_BASENAME tcl${TCL_MAJOR_VERSION}.${TCL_MINOR_VERSION})
-    set(TCL_STUBNAME tclstub${TCL_MAJOR_VERSION}.${TCL_MINOR_VERSION})
+    set(TCL_BASENAME tcl${TCL_MAJOR_VERSION}${TCL_MINOR_VERSION})
+    set(TCL_STUBNAME tclstub${TCL_MAJOR_VERSION}${TCL_MINOR_VERSION})
 
     ExternalProject_Add(TCL_BLD
       URL "${CMAKE_CURRENT_SOURCE_DIR}/tcl"

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