Revision: 42307
http://brlcad.svn.sourceforge.net/brlcad/?rev=42307&view=rev
Author: starseeker
Date: 2011-01-16 01:38:02 +0000 (Sun, 16 Jan 2011)
Log Message:
-----------
Put etc/termcap in the BRL-CAD data dir, not a toplevel etc - remains to be
seen if this will work, but if it can work it's the way to go.
Modified Paths:
--------------
brlcad/branches/cmake/src/other/libtermlib/CMakeLists.txt
Modified: brlcad/branches/cmake/src/other/libtermlib/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/libtermlib/CMakeLists.txt 2011-01-15
19:46:41 UTC (rev 42306)
+++ brlcad/branches/cmake/src/other/libtermlib/CMakeLists.txt 2011-01-16
01:38:02 UTC (rev 42307)
@@ -29,6 +29,7 @@
INSTALL(TARGETS termlib-static ARCHIVE DESTINATION lib)
SET_TARGET_PROPERTIES(termlib-static PROPERTIES OUTPUT_NAME "termlib")
-INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/termcap DESTINATION share/etc)
+FILE(COPY ${CMAKE_CURRENT_BINARY_DIR}/termcap DESTINATION
${CMAKE_BINARY_DIR}/${DATA_DIR}/etc)
+INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/termcap DESTINATION
${${CMAKE_PROJECT_NAME}_INSTALL_DATA_DIR}/etc)
ENDIF(NOT MSVC)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits