File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ IF (CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES RelWithDebInfo)
10
10
ADD_DEFINITIONS (-DQGSMSDEBUG=1 )
11
11
ENDIF (CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES RelWithDebInfo )
12
12
13
- IF (ENABLE_TESTS )
14
- ADD_DEFINITIONS (-DENABLE_MS_TESTS=1 )
15
- ENDIF (ENABLE_TESTS )
16
-
17
13
ADD_SUBDIRECTORY (services )
18
14
19
15
########################################################
Original file line number Diff line number Diff line change @@ -239,9 +239,7 @@ bool QgsServer::init()
239
239
// create cache for capabilities XML
240
240
sCapabilitiesCache = new QgsCapabilitiesCache ();
241
241
242
- #ifdef ENABLE_MS_TESTS
243
242
QgsFontUtils::loadStandardTestFonts ( QStringList () << QStringLiteral ( " Roman" ) << QStringLiteral ( " Bold" ) );
244
- #endif
245
243
246
244
sServiceRegistry = new QgsServiceRegistry ();
247
245
You can’t perform that action at this time.
0 commit comments