r21474 by jghali - small indentation fixes
scribus-commit
scribus-commit at lists.scribus.net
Fri Oct 28 09:10:38 UTC 2016
Author: jghali
Date: Fri Oct 28 09:10:37 2016
New Revision: 21474
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=21474
Log:
small indentation fixes
Modified:
trunk/Scribus/CMakeLists.txt
Modified: trunk/Scribus/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21474&path=/trunk/Scribus/CMakeLists.txt
==============================================================================
--- trunk/Scribus/CMakeLists.txt (original)
+++ trunk/Scribus/CMakeLists.txt Fri Oct 28 09:10:37 2016
@@ -655,7 +655,7 @@
MESSAGE(STATUS "Qt VERSION: ${Qt5Widgets_VERSION}")
IF (NOT WANT_CPP11 AND Qt5Widgets_VERSION_MAJOR EQUAL 5 AND Qt5Widgets_VERSION_MINOR GREATER 6)
- MESSAGE(STATUS "Your Qt version is 5.7.0 or superior, enabling C++11 compiler features")
+ MESSAGE(STATUS "Your Qt version is 5.7.0 or superior, enabling C++11 compiler features")
SET(WANT_CPP11 1)
ENDIF (NOT WANT_CPP11 AND Qt5Widgets_VERSION_MAJOR EQUAL 5 AND Qt5Widgets_VERSION_MINOR GREATER 6)
#>> Qt
@@ -663,7 +663,7 @@
#C++11 Support
IF(WANT_CPP11)
- MESSAGE(STATUS "Enabling C++11 compiler features")
+ MESSAGE(STATUS "Enabling C++11 compiler features")
set(CMAKE_CXX_STANDARD 11)
ENDIF(WANT_CPP11)
More information about the scribus-commit
mailing list