Revision: 69977
          http://sourceforge.net/p/brlcad/code/69977
Author:   starseeker
Date:     2017-07-20 14:28:05 +0000 (Thu, 20 Jul 2017)
Log Message:
-----------
this was probably copy-paste from the shared logic?  we're not linking libs 
when building the static libs...

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

Modified: brlcad/trunk/misc/CMake/BRLCAD_Targets.cmake
===================================================================
--- brlcad/trunk/misc/CMake/BRLCAD_Targets.cmake        2017-07-20 14:07:33 UTC 
(rev 69976)
+++ brlcad/trunk/misc/CMake/BRLCAD_Targets.cmake        2017-07-20 14:28:05 UTC 
(rev 69977)
@@ -455,9 +455,6 @@
     endif(${libname}-static MATCHES "^lib*")
 
     if(NOT MSVC)
-      if(NOT "${libslist}" STREQUAL "" AND NOT "${libslist}" STREQUAL "NONE")
-       target_link_libraries(${libname}-static ${libslist})
-      endif(NOT "${libslist}" STREQUAL "" AND NOT "${libslist}" STREQUAL 
"NONE")
       set_target_properties(${libname}-static PROPERTIES OUTPUT_NAME 
"${libname}")
     endif(NOT MSVC)
 

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