Revision: 77456
          http://sourceforge.net/p/brlcad/code/77456
Author:   starseeker
Date:     2020-10-15 17:08:31 +0000 (Thu, 15 Oct 2020)
Log Message:
-----------
MSVC doesn't appear to generate tkConfig.sh

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

Modified: brlcad/branches/thirdparty_rework/src/superbuild/tk.cmake
===================================================================
--- brlcad/branches/thirdparty_rework/src/superbuild/tk.cmake   2020-10-15 
16:41:42 UTC (rev 77455)
+++ brlcad/branches/thirdparty_rework/src/superbuild/tk.cmake   2020-10-15 
17:08:31 UTC (rev 77456)
@@ -90,10 +90,12 @@
     RPATH
     )
 
-  ExternalProject_ByProducts(tk TK_BLD ${TK_INSTDIR} ${LIB_DIR} ${LIB_DIR}
-    tkConfig.sh
-    FIXPATH
-    )
+  if (NOT MSVC)
+    ExternalProject_ByProducts(tk TK_BLD ${TK_INSTDIR} ${LIB_DIR} ${LIB_DIR}
+      tkConfig.sh
+      FIXPATH
+      )
+  endif (NOT MSVC)
 
   ExternalProject_ByProducts(tk TK_BLD ${TK_INSTDIR} 
${LIB_DIR}/tk8.${TCL_MINOR_VERSION} ${LIB_DIR}/tk8.${TCL_MINOR_VERSION}
     bgerror.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