File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ else()
198
198
set (QT5_DATA_DESTINATION "${INSTALL_DIR}${QT5_DATA_DESTINATION} " )
199
199
endif ()
200
200
if (APPLE )
201
- set (QT5_CONFIG_EXTRA_OPTS "${QT5_CONFIG_EXTRA_OPTS} -no-framework" )
201
+ set (QT5_CONFIG_EXTRA_OPTS "${QT5_CONFIG_EXTRA_OPTS} -no-framework -no-c++11 " )
202
202
endif ()
203
203
if (UNIX AND NOT APPLE )
204
204
set (QT5_CONFIG_ENVIRONMENT "LDFLAGS=-Wl,--enable-new-dtags" )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ project(Mapper)
26
26
# We use 99 to mark development builds.
27
27
SET (Mapper_VERSION_MAJOR 0 )
28
28
SET (Mapper_VERSION_MINOR 5 )
29
- SET (Mapper_VERSION_PATCH 3 )
29
+ SET (Mapper_VERSION_PATCH 3.1 )
30
30
31
31
if (${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${PROJECT_SOURCE_DIR} )
32
32
message (FATAL_ERROR "You must not use the source directory as build directory." )
You can’t perform that action at this time.
0 commit comments