From: <ai...@us...> - 2013-11-13 22:53:41
|
Revision: 12694 http://sourceforge.net/p/plplot/code/12694 Author: airwin Date: 2013-11-13 22:53:37 +0000 (Wed, 13 Nov 2013) Log Message: ----------- Fix minor build-system issue that was keeping the test_tcl_standard_examples target from being added to what was run by the test_interactive target. Tested by Alan W. Irwin <ai...@us...> on Linux using the test_interactive target. Modified Paths: -------------- trunk/examples/CMakeLists.txt Modified: trunk/examples/CMakeLists.txt =================================================================== --- trunk/examples/CMakeLists.txt 2013-11-13 22:07:52 UTC (rev 12693) +++ trunk/examples/CMakeLists.txt 2013-11-13 22:53:37 UTC (rev 12694) @@ -895,7 +895,7 @@ if(FILE_DEPENDS_xwin) add_dependencies(test_tcl_standard_examples test_xwin_dyndriver) endif(FILE_DEPENDS_xwin) - list(APPEND interactive_targets_LIST ${test_tcl_standard_examples}) + list(APPEND interactive_targets_LIST test_tcl_standard_examples) endif(ENABLE_tcl AND PLD_xwin) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |