Revision: 40515
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40515&view=rev
Author:   starseeker
Date:     2010-09-09 14:58:47 +0000 (Thu, 09 Sep 2010)

Log Message:
-----------
Make the opennurbs static library name match the rest of the names - no -static 
suffix.

Modified Paths:
--------------
    brlcad/branches/cmake/src/other/openNURBS/CMakeLists.txt

Modified: brlcad/branches/cmake/src/other/openNURBS/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/openNURBS/CMakeLists.txt    2010-09-09 
14:51:55 UTC (rev 40514)
+++ brlcad/branches/cmake/src/other/openNURBS/CMakeLists.txt    2010-09-09 
14:58:47 UTC (rev 40515)
@@ -157,6 +157,7 @@
   add_library(openNURBS-static STATIC ${OPENNURBS_SOURCES})
   target_link_libraries(openNURBS-static ${OPENNURBS_LINKLIBRARIES})
   install(TARGETS openNURBS-static ARCHIVE DESTINATION lib)
+  SET_TARGET_PROPERTIES(openNURBS-static PROPERTIES OUTPUT_NAME "openNURBS")
 ENDIF(BUILD_STATIC_LIBS)
 
 


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

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to