Revision: 69002
          http://sourceforge.net/p/brlcad/code/69002
Author:   brlcad
Date:     2016-10-06 09:57:41 +0000 (Thu, 06 Oct 2016)
Log Message:
-----------
document with more specificity, that it's seeing COMMAND that confuses older 
cmake.

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

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2016-10-06 09:51:55 UTC (rev 69001)
+++ brlcad/trunk/CMakeLists.txt 2016-10-06 09:57:41 UTC (rev 69002)
@@ -555,6 +555,7 @@
     set(idx 0)
     set(matches)
     foreach (ARG IN LISTS ARGV)
+      # need 'x' to avoid older cmake seeing "COMMAND" "STREQUAL" ""
       if ("x${ARG}" STREQUAL "x")
        list(APPEND matches ${idx})
       endif ("x${ARG}" STREQUAL "x")

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