Revision: 70003
          http://sourceforge.net/p/brlcad/code/70003
Author:   starseeker
Date:     2017-07-26 22:53:45 +0000 (Wed, 26 Jul 2017)
Log Message:
-----------
remove debug msgs

Modified Paths:
--------------
    brlcad/trunk/misc/CMake/BRLCAD_Targets.cmake

Modified: brlcad/trunk/misc/CMake/BRLCAD_Targets.cmake
===================================================================
--- brlcad/trunk/misc/CMake/BRLCAD_Targets.cmake        2017-07-26 22:52:42 UTC 
(rev 70002)
+++ brlcad/trunk/misc/CMake/BRLCAD_Targets.cmake        2017-07-26 22:53:45 UTC 
(rev 70003)
@@ -191,7 +191,6 @@
   if(G_DEFINES)
 
     get_property(T_DEFINES GLOBAL PROPERTY ${targetname}_DEFINES)
-    message("${targetname}_DEFINES: ${T_DEFINES}")
     foreach(libitem ${target_libs})
       get_property(${libitem}_DEFINES GLOBAL PROPERTY ${libitem}_DEFINES)
       list(APPEND T_DEFINES ${${libitem}_DEFINES})
@@ -372,7 +371,6 @@
   # Handle the build flags and the general definitions common to both shared 
and static
   GET_FLAGS_AND_DEFINITIONS(${libname} "${libslist}" NO_DLL CFLAGS L_C_FLAGS 
CXXFLAGS L_CXX_FLAGS DEFINES L_DEFINES)
   SET_FLAGS_AND_DEFINITIONS("${srcslist};${L_SHARED_SRCS};${L_STATIC_SRCS}" 
TARGET ${libname} CFLAGS "${L_C_FLAGS}" CXXFLAGS "${L_CXX_FLAGS}" DEFINES 
"${L_DEFINES}")
-  message("${libname}: ${L_DEFINES}")
 
   # Local copy of srcslist in case manipulation is needed
     set(lsrcslist ${srcslist})

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to