Revision: 40951
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40951&view=rev
Author:   starseeker
Date:     2010-10-08 17:37:01 +0000 (Fri, 08 Oct 2010)

Log Message:
-----------
Remove the LIBRARY reference - not using it in BRL-CAD macro versions of this 
logic, and Windows doesn't like it

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

Modified: brlcad/branches/cmake/src/other/libregex/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/libregex/CMakeLists.txt     2010-10-08 
16:15:05 UTC (rev 40950)
+++ brlcad/branches/cmake/src/other/libregex/CMakeLists.txt     2010-10-08 
17:37:01 UTC (rev 40951)
@@ -12,7 +12,7 @@
 )
 
 add_library(regex SHARED ${LIBREGEX_SOURCES})
-INSTALL(TARGETS regex LIBRARY DESTINATION lib)
+INSTALL(TARGETS regex DESTINATION lib)
 
 add_library(regex-static STATIC ${LIBREGEX_SOURCES})
 INSTALL(TARGETS regex-static ARCHIVE DESTINATION lib)

Modified: brlcad/branches/cmake/src/other/libtermlib/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/libtermlib/CMakeLists.txt   2010-10-08 
16:15:05 UTC (rev 40950)
+++ brlcad/branches/cmake/src/other/libtermlib/CMakeLists.txt   2010-10-08 
17:37:01 UTC (rev 40951)
@@ -23,7 +23,7 @@
 )
 
 add_library(termlib SHARED ${LIBTERM_SOURCES})
-INSTALL(TARGETS termlib LIBRARY DESTINATION lib)
+INSTALL(TARGETS termlib DESTINATION lib)
 
 add_library(termlib-static STATIC ${LIBTERM_SOURCES})
 INSTALL(TARGETS termlib-static ARCHIVE DESTINATION lib)

Modified: brlcad/branches/cmake/src/other/libutahrle/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/libutahrle/CMakeLists.txt   2010-10-08 
16:15:05 UTC (rev 40950)
+++ brlcad/branches/cmake/src/other/libutahrle/CMakeLists.txt   2010-10-08 
17:37:01 UTC (rev 40951)
@@ -48,7 +48,7 @@
 
 add_library(utahrle SHARED ${LIBUTAHRLE_SOURCES})
 target_link_libraries(utahrle ${M_LIBRARY})
-INSTALL(TARGETS utahrle LIBRARY DESTINATION lib)
+INSTALL(TARGETS utahrle DESTINATION lib)
 
 add_library(utahrle-static STATIC ${LIBUTAHRLE_SOURCES})
 target_link_libraries(utahrle-static ${M_LIBRARY})

Modified: brlcad/branches/cmake/src/other/openNURBS/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/openNURBS/CMakeLists.txt    2010-10-08 
16:15:05 UTC (rev 40950)
+++ brlcad/branches/cmake/src/other/openNURBS/CMakeLists.txt    2010-10-08 
17:37:01 UTC (rev 40951)
@@ -268,7 +268,7 @@
   add_library(openNURBS SHARED ${OPENNURBS_SOURCES})
   target_link_libraries(openNURBS ${OPENNURBS_LINKLIBRARIES})
   set_property(TARGET openNURBS PROPERTY LINK_INTERFACE_LIBRARIES "")
-  install(TARGETS openNURBS LIBRARY DESTINATION lib)
+  install(TARGETS openNURBS DESTINATION lib)
 ENDIF(BUILD_SHARED_LIBS)
 
 IF(BUILD_STATIC_LIBS)


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

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to