From: <ai...@us...> - 2013-10-26 06:41:11
|
Revision: 12632 http://sourceforge.net/p/plplot/code/12632 Author: airwin Date: 2013-10-26 06:41:06 +0000 (Sat, 26 Oct 2013) Log Message: ----------- Fix endif label inconsistency that crept into last commit. Modified Paths: -------------- trunk/cmake/modules/qt.cmake Modified: trunk/cmake/modules/qt.cmake =================================================================== --- trunk/cmake/modules/qt.cmake 2013-10-26 02:45:20 UTC (rev 12631) +++ trunk/cmake/modules/qt.cmake 2013-10-26 06:41:06 UTC (rev 12632) @@ -130,7 +130,7 @@ "setting all qt devices to OFF." ) set(ANY_QT_DEVICE OFF) -endif(ENABLE_qt AND NOT PLD_extqt) +endif(NOT ENABLE_qt) if(NOT ANY_QT_DEVICE) set(PLD_bmpqt OFF CACHE BOOL "Enable Qt Windows bmp device" FORCE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |