Revision: 70039
          http://sourceforge.net/p/brlcad/code/70039
Author:   starseeker
Date:     2017-08-03 21:59:36 +0000 (Thu, 03 Aug 2017)
Log Message:
-----------
ws

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

Modified: brlcad/trunk/misc/CMake/BRLCAD_Util.cmake
===================================================================
--- brlcad/trunk/misc/CMake/BRLCAD_Util.cmake   2017-08-03 21:57:16 UTC (rev 
70038)
+++ brlcad/trunk/misc/CMake/BRLCAD_Util.cmake   2017-08-03 21:59:36 UTC (rev 
70039)
@@ -186,7 +186,7 @@
 
   # If it's a full path in the binary dir, it's fine
   IS_SUBPATH("${CMAKE_BINARY_DIR}" "${ITEM_PATH}" SUBPATH_TEST)
-  if(NOT"${SUBPATH_TEST}" STREQUAL "0")
+  if(NOT "${SUBPATH_TEST}" STREQUAL "0")
     return()
   endif(NOT "${SUBPATH_TEST}" STREQUAL "0")
 

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