From: <ai...@us...> - 2009-11-10 00:10:28
|
Revision: 10572 http://plplot.svn.sourceforge.net/plplot/?rev=10572&view=rev Author: airwin Date: 2009-11-10 00:10:22 +0000 (Tue, 10 Nov 2009) Log Message: ----------- Define PLD_extqt. Tweak logic order. Modified Paths: -------------- trunk/examples/plplot_configure.cmake_installed_examples.in Modified: trunk/examples/plplot_configure.cmake_installed_examples.in =================================================================== --- trunk/examples/plplot_configure.cmake_installed_examples.in 2009-11-10 00:08:53 UTC (rev 10571) +++ trunk/examples/plplot_configure.cmake_installed_examples.in 2009-11-10 00:10:22 UTC (rev 10572) @@ -44,6 +44,9 @@ set(ENABLE_gnome2 @ENABLE_gnome2@) set(ENABLE_wxwidgets @ENABLE_wxwidgets@) set(ENABLE_qt @ENABLE_qt@) +if(ENABLE_python) + set(ENABLE_pygcw @ENABLE_pygcw@) +endif(ENABLE_python) # Check for all officially supported CMake compilers that we use with # soft-landing support. @@ -118,10 +121,6 @@ set(OCAML_INSTALL_DIR @OCAML_INSTALL_DIR@) endif(ENABLE_ocaml) -if(ENABLE_python) - set(ENABLE_pygcw @ENABLE_pygcw@) -endif(ENABLE_python) - if(ENABLE_tcl OR ENABLE_tk) set(TCL_TCLSH @TCL_TCLSH@) set(MKTCLINDEX @MKTCLINDEX@) @@ -206,3 +205,4 @@ # Set external devices that are needed to build certain examples. set(PLD_extcairo @PLD_extcairo@) +set(PLD_extqt @PLD_extqt@) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |