From: <ai...@us...> - 2010-03-05 23:51:22
|
Revision: 10854 http://plplot.svn.sourceforge.net/plplot/?rev=10854&view=rev Author: airwin Date: 2010-03-05 23:51:15 +0000 (Fri, 05 Mar 2010) Log Message: ----------- Fix mismatched endif (also spotted by David MacMahon). Modified Paths: -------------- trunk/examples/CMakeLists.txt Modified: trunk/examples/CMakeLists.txt =================================================================== --- trunk/examples/CMakeLists.txt 2010-03-05 20:45:22 UTC (rev 10853) +++ trunk/examples/CMakeLists.txt 2010-03-05 23:51:15 UTC (rev 10854) @@ -816,7 +816,7 @@ list(APPEND targets_examples_tk test_tk_04) endif(ENABLE_itk) - endif(ENABLE_tk) + endif(ENABLE_tk AND PLD_tk) if(targets_examples_tk) list(APPEND interactive_targets_LIST ${targets_examples_tk}) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |