Revision: 41738
http://brlcad.svn.sourceforge.net/brlcad/?rev=41738&view=rev
Author: starseeker
Date: 2010-12-21 15:55:47 +0000 (Tue, 21 Dec 2010)
Log Message:
-----------
Sigh - we need the lib prefix on Windows, and aren't getting it - try this.
Modified Paths:
--------------
brlcad/branches/cmake/src/other/incrTcl/itcl/CMakeLists.txt
brlcad/branches/cmake/src/other/incrTcl/itk/CMakeLists.txt
Modified: brlcad/branches/cmake/src/other/incrTcl/itcl/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/incrTcl/itcl/CMakeLists.txt 2010-12-21
14:49:26 UTC (rev 41737)
+++ brlcad/branches/cmake/src/other/incrTcl/itcl/CMakeLists.txt 2010-12-21
15:55:47 UTC (rev 41738)
@@ -474,6 +474,7 @@
)
add_library(itcl ${ITCL_GENERIC_SRCS})
+SET_TARGET_PROPERTIES(itcl PROPERTIES PREFIX "lib")
target_link_libraries(itcl ${M_LIBRARY} ${TCL_LIBRARY} ${TCL_STUB_LIBRARY})
install(TARGETS itcl DESTINATION
lib/itcl${ITCL_MAJOR_VERSION}.${ITCL_MINOR_VERSION})
set_target_properties(itcl PROPERTIES INSTALL_RPATH
${CMAKE_INSTALL_PREFIX}/lib/itcl${ITCL_MAJOR_VERSION}.${ITCL_MINOR_VERSION})
Modified: brlcad/branches/cmake/src/other/incrTcl/itk/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/incrTcl/itk/CMakeLists.txt 2010-12-21
14:49:26 UTC (rev 41737)
+++ brlcad/branches/cmake/src/other/incrTcl/itk/CMakeLists.txt 2010-12-21
15:55:47 UTC (rev 41738)
@@ -501,6 +501,7 @@
)
add_library(itk ${ITK_GENERIC_SRCS})
+SET_TARGET_PROPERTIES(itk PROPERTIES PREFIX "lib")
target_link_libraries(itk ${M_LIBRARY} ${TCL_LIBRARY} ${TK_LIBRARY}
${ITCL_LIBRARY})
install(TARGETS itk DESTINATION
lib/itk${ITK_MAJOR_VERSION}.${ITK_MINOR_VERSION})
set_target_properties(itk PROPERTIES INSTALL_RPATH
${CMAKE_INSTALL_PREFIX}/lib/itk${ITK_MAJOR_VERSION}.${ITK_MINOR_VERSION})
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months. Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits