Revision: 68972
http://sourceforge.net/p/brlcad/code/68972
Author: starseeker
Date: 2016-10-03 15:01:02 +0000 (Mon, 03 Oct 2016)
Log Message:
-----------
ws
Modified Paths:
--------------
brlcad/trunk/misc/CMake/FindUUID.cmake
Modified: brlcad/trunk/misc/CMake/FindUUID.cmake
===================================================================
--- brlcad/trunk/misc/CMake/FindUUID.cmake 2016-10-03 07:31:27 UTC (rev
68971)
+++ brlcad/trunk/misc/CMake/FindUUID.cmake 2016-10-03 15:01:02 UTC (rev
68972)
@@ -58,9 +58,9 @@
set(CMAKE_FIND_FRAMEWORK NEVER)
find_path(UUID_INCLUDE_DIR uuid/uuid.h
-/usr/local/include
-/usr/include
-)
+ /usr/local/include
+ /usr/include
+ )
if (UUID_LIBRARY AND UUID_INCLUDE_DIR)
set(UUID_LIBRARIES ${UUID_LIBRARY})
@@ -71,15 +71,15 @@
if (UUID_FOUND)
- if (NOT UUID_FIND_QUIETLY)
- message(STATUS "Found UUID: ${UUID_LIBRARIES}")
- endif ()
+ if (NOT UUID_FIND_QUIETLY)
+ message(STATUS "Found UUID: ${UUID_LIBRARIES}")
+ endif ()
else ()
- if (UUID_FIND_REQUIRED)
- message( "library: ${UUID_LIBRARY}" )
- message( "include: ${UUID_INCLUDE_DIR}" )
- message(FATAL_ERROR "Could not find UUID library")
- endif ()
+ if (UUID_FIND_REQUIRED)
+ message( "library: ${UUID_LIBRARY}" )
+ message( "include: ${UUID_INCLUDE_DIR}" )
+ message(FATAL_ERROR "Could not find UUID library")
+ endif ()
endif ()
# Deprecated declarations.
@@ -94,3 +94,11 @@
# We've done the work - be quiet if called again
set(UUID_FIND_QUIETLY ON CACHE INTERNAL "Quitet FindUUID messages")
+
+# Local Variables:
+# tab-width: 8
+# mode: cmake
+# indent-tabs-mode: t
+# End:
+# ex: shiftwidth=2 tabstop=8
+
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