Revision: 53743
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53743&view=rev
Author:   starseeker
Date:     2012-11-18 21:50:06 +0000 (Sun, 18 Nov 2012)
Log Message:
-----------
Add note to investigate whether if(TARGET ) test will replace pulling and 
checking for target properites manually... could simplify the logic for this 
quite a bit.

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

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2012-11-17 05:57:22 UTC (rev 53742)
+++ brlcad/trunk/CMakeLists.txt 2012-11-18 21:50:06 UTC (rev 53743)
@@ -1865,6 +1865,7 @@
     list(REMOVE_DUPLICATES CMAKE_EXTERNAL_TARGET_LIST)
   endif(CMAKE_EXTERNAL_TARGET_LIST)
   foreach(libtarget ${CMAKE_LIBRARY_TARGET_LIST})
+    #TODO - can this locate test be replaced with if(TARGET ${libtarget}) ?
     if(NOT CMAKE_BUILD_TYPE)
       get_target_property(target_location ${libtarget} LOCATION)
     else(NOT CMAKE_BUILD_TYPE)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to