Revision: 78379
          http://sourceforge.net/p/brlcad/code/78379
Author:   starseeker
Date:     2021-03-05 03:35:36 +0000 (Fri, 05 Mar 2021)
Log Message:
-----------
User report that setting this flag caused a compilation failure, with RC 
complaining about 'invalid usage'.  Removing the definition produced a 
successful build.

Modified Paths:
--------------
    brlcad/trunk/src/other/tk/CMakeLists.txt

Modified: brlcad/trunk/src/other/tk/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/tk/CMakeLists.txt    2021-03-04 17:01:14 UTC (rev 
78378)
+++ brlcad/trunk/src/other/tk/CMakeLists.txt    2021-03-05 03:35:36 UTC (rev 
78379)
@@ -670,7 +670,7 @@
 
 if (MSVC)
   set(TK_SRCS ${TK_SRCS} win/rc/tk.rc)
-  set(CMAKE_RC_FLAGS /i${CMAKE_CURRENT_BINARY_DIR})
+  #set(CMAKE_RC_FLAGS /i${CMAKE_CURRENT_BINARY_DIR})
 endif (MSVC)
 
 if (X11_INCLUDE_DIR)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to