From: <ai...@us...> - 2014-03-14 04:24:24
|
Revision: 13054 http://sourceforge.net/p/plplot/code/13054 Author: airwin Date: 2014-03-14 04:24:20 +0000 (Fri, 14 Mar 2014) Log Message: ----------- Straighten out some endif inconsistencies introduced by the last commit that had no consequences other than a warning message. Modified Paths: -------------- trunk/src/CMakeLists.txt Modified: trunk/src/CMakeLists.txt =================================================================== --- trunk/src/CMakeLists.txt 2014-03-13 23:01:25 UTC (rev 13053) +++ trunk/src/CMakeLists.txt 2014-03-14 04:24:20 UTC (rev 13054) @@ -216,8 +216,8 @@ if(ANY_QT_DEVICE AND NOT PLPLOT_USE_QT5) # Update the target COMPILE_DEFINITIONS and INCLUDE_DIRECTORIES set_qt_target_properties(plplot${LIB_TAG}) - endif(ANY_QT_DEVICE) -endif(ENABLE_DYNDRIVERS AND NOT PLPLOT_USE_QT5) + endif(ANY_QT_DEVICE AND NOT PLPLOT_USE_QT5) +endif(ENABLE_DYNDRIVERS) #message("DEBUG: LIB_INSTALL_RPATH = ${LIB_INSTALL_RPATH}") if(MATH_LIB) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |