|
From: <ai...@us...> - 2013-06-25 18:49:41
|
Revision: 12386
http://sourceforge.net/p/plplot/code/12386
Author: airwin
Date: 2013-06-25 18:49:38 +0000 (Tue, 25 Jun 2013)
Log Message:
-----------
Remove specific install of plplot_py_demos.py from the build tree since that does not
work unless BUILD_TEST is ON, and in any case this file is
installed already from the source tree as part of python_SCRIPTS.
Modified Paths:
--------------
trunk/examples/python/CMakeLists.txt
Modified: trunk/examples/python/CMakeLists.txt
===================================================================
--- trunk/examples/python/CMakeLists.txt 2013-06-21 19:18:13 UTC (rev 12385)
+++ trunk/examples/python/CMakeLists.txt 2013-06-25 18:49:38 UTC (rev 12386)
@@ -262,11 +262,6 @@
RENAME plplot_python_start.py
)
- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/plplot_py_demos.py
- DESTINATION ${DATA_DIR}/examples/python
- PERMISSIONS ${PERM_DATA}
- )
-
install(FILES CMakeLists.txt
DESTINATION ${DATA_DIR}/examples/python
)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|