Revision: 68963
          http://sourceforge.net/p/brlcad/code/68963
Author:   starseeker
Date:     2016-10-01 04:02:53 +0000 (Sat, 01 Oct 2016)
Log Message:
-----------
Don't keep reporting we've found the lib if we already reported it once.

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

Modified: brlcad/trunk/misc/CMake/FindUUID.cmake
===================================================================
--- brlcad/trunk/misc/CMake/FindUUID.cmake      2016-10-01 03:44:53 UTC (rev 
68962)
+++ brlcad/trunk/misc/CMake/FindUUID.cmake      2016-10-01 04:02:53 UTC (rev 
68963)
@@ -91,3 +91,6 @@
   UUID_INCLUDE_DIR
   )
 set(CMAKE_FIND_FRAMEWORK ${CMAKE_FIND_FRAMEWORK_SAVE})
+
+# We've done the work - be quiet if called again
+set(UUID_FIND_QUIETLY ON CACHE INTERNAL "Quitet FindUUID messages")

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to