|
From: <ai...@us...> - 2010-03-21 00:43:53
|
Revision: 10875
http://plplot.svn.sourceforge.net/plplot/?rev=10875&view=rev
Author: airwin
Date: 2010-03-21 00:43:45 +0000 (Sun, 21 Mar 2010)
Log Message:
-----------
Use the recommended (but not tested yet) command
set(CPACK_SET_DESTDIR ON)
Apparently this fix is necessary to be able to generate binary distributions
of PLplot because of the absolute locations we use for our install locations.
Modified Paths:
--------------
trunk/CMakeLists.txt
Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt 2010-03-18 20:23:49 UTC (rev 10874)
+++ trunk/CMakeLists.txt 2010-03-21 00:43:45 UTC (rev 10875)
@@ -222,6 +222,7 @@
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The Scientific Plotting Library PLplot")
set(CPACK_PACKAGE_VENDOR "PLplot development team")
set(CPACK_PACKAGE_DESCRIPTION_FILE ${CMAKE_CURRENT_SOURCE_DIR}/README)
+set(CPACK_SET_DESTDIR ON)
if(WIN32)
set(CPACK_GENERATOR ZIP)
else(WIN32)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|