Revision: 42038
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42038&view=rev
Author:   starseeker
Date:     2011-01-08 16:57:33 +0000 (Sat, 08 Jan 2011)

Log Message:
-----------
Shouldn't need the opennurbs-static target with Visual C++, unless I'm missing 
something.

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    2011-01-08 
16:47:23 UTC (rev 42037)
+++ brlcad/branches/cmake/src/other/openNURBS/CMakeLists.txt    2011-01-08 
16:57:33 UTC (rev 42038)
@@ -270,14 +270,16 @@
   set_property(TARGET openNURBS PROPERTY LINK_INTERFACE_LIBRARIES "")
   install(TARGETS openNURBS DESTINATION lib)
 ENDIF(BUILD_SHARED_LIBS)
-IF(BUILD_STATIC_LIBS)
+IF(NOT MSVC)
+   IF(BUILD_STATIC_LIBS)
        add_library(openNURBS-static STATIC ${OPENNURBS_SOURCES})
        target_link_libraries(openNURBS-static ${OPENNURBS_LINKLIBRARIES})
        IF(NOT WIN32)
                SET_TARGET_PROPERTIES(openNURBS-static PROPERTIES OUTPUT_NAME 
"openNURBS")
        ENDIF(NOT WIN32)
        install(TARGETS openNURBS-static ARCHIVE DESTINATION lib)
-ENDIF(BUILD_STATIC_LIBS)
+   ENDIF(BUILD_STATIC_LIBS)
+ENDIF(NOT MSVC)
 
 
 install(FILES ${OPENNURBS_HEADERS} DESTINATION include/openNURBS)


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

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to