From: <ai...@us...> - 2009-07-10 21:24:04
|
Revision: 10138 http://plplot.svn.sourceforge.net/plplot/?rev=10138&view=rev Author: airwin Date: 2009-07-10 21:23:59 +0000 (Fri, 10 Jul 2009) Log Message: ----------- Revision 10136 has already properly informed the PLplot library of the source-tree location of fonts, map files, and palette files for the case when a build is being done in the build tree. Therefore, remove PLPLOT_LIB from TEST_ENVIRONMENT since this is no longer necessary. Revision Links: -------------- http://plplot.svn.sourceforge.net/plplot/?rev=10136&view=rev Modified Paths: -------------- trunk/plplot_test/CMakeLists.txt Modified: trunk/plplot_test/CMakeLists.txt =================================================================== --- trunk/plplot_test/CMakeLists.txt 2009-07-10 19:58:03 UTC (rev 10137) +++ trunk/plplot_test/CMakeLists.txt 2009-07-10 21:23:59 UTC (rev 10138) @@ -4,7 +4,7 @@ if(SH_EXECUTABLE) set(SCRIPTS) set(TEST_ENVIRONMENT - "EXAMPLES_DIR=${CMAKE_BINARY_DIR}/examples SRC_EXAMPLES_DIR=${CMAKE_SOURCE_DIR}/examples PLPLOT_LIB=${CMAKE_SOURCE_DIR}/data/" + "EXAMPLES_DIR=${CMAKE_BINARY_DIR}/examples SRC_EXAMPLES_DIR=${CMAKE_SOURCE_DIR}/examples" ) set(TEST_DEVICE psc CACHE STRING "device used for ctest") This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |