Revision: 70268
          http://sourceforge.net/p/brlcad/code/70268
Author:   d_rossberg
Date:     2017-09-13 06:54:10 +0000 (Wed, 13 Sep 2017)
Log Message:
-----------
quell CMake warning

Modified Paths:
--------------
    brlcad/trunk/misc/pkgconfig/CMakeLists.txt

Modified: brlcad/trunk/misc/pkgconfig/CMakeLists.txt
===================================================================
--- brlcad/trunk/misc/pkgconfig/CMakeLists.txt  2017-09-12 20:46:07 UTC (rev 
70267)
+++ brlcad/trunk/misc/pkgconfig/CMakeLists.txt  2017-09-13 06:54:10 UTC (rev 
70268)
@@ -16,7 +16,7 @@
 endif(REGEX_LIBRARY)
 if(UUID_LIBRARIES)
   set(LIBUUID "-l${UUID_LIBRARIES}")
-endif(UUID_LIBRARY)
+endif(UUID_LIBRARIES)
 
 #The CMake system relies on the C++ compiler to find
 #this, so we set it manually for pkgconfig

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