--- Begin Message ---
------------------------------------------------------------
revno: 5096
committer: Garth N. Wells <gnw20@xxxxxxxxx>
branch nick: dolfin-cmake
timestamp: Tue 2010-08-24 13:09:38 +0100
message:
Disable installation of DOLFIN demo dir - copies all files across (even garbage if present).
We should eventually use 'add_subdirectory' if demos are enabled (and likewise for tests).
modified:
CMakeLists.txt
--
lp:dolfin
https://code.launchpad.net/~dolfin-core/dolfin/main
Your team DOLFIN Core Team is subscribed to branch lp:dolfin.
To unsubscribe from this branch go to https://code.launchpad.net/~dolfin-core/dolfin/main/+edit-subscription
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2010-08-23 20:50:09 +0000
+++ CMakeLists.txt 2010-08-24 12:09:38 +0000
@@ -307,9 +307,9 @@
#------------------------------------------------------------------------------
# Installation of DOLFIN demos
-install(DIRECTORY ${CMAKE_SOURCE_DIR}/demo
- DESTINATION ${CMAKE_INSTALL_PREFIX}/share/dolfin
- USE_SOURCE_PERMISSIONS)
+#install(DIRECTORY ${CMAKE_SOURCE_DIR}/demo
+# DESTINATION ${CMAKE_INSTALL_PREFIX}/share/dolfin
+# USE_SOURCE_PERMISSIONS)
#------------------------------------------------------------------------------
# Generate and install helper file dolfin.conf
--- End Message ---