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()
198198 set (QT5_DATA_DESTINATION "${INSTALL_DIR}${QT5_DATA_DESTINATION} " )
199199endif ()
200200if (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 " )
202202endif ()
203203if (UNIX AND NOT APPLE )
204204 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)
2626# We use 99 to mark development builds.
2727SET (Mapper_VERSION_MAJOR 0)
2828SET (Mapper_VERSION_MINOR 5)
29- SET (Mapper_VERSION_PATCH 3)
29+ SET (Mapper_VERSION_PATCH 3.1 )
3030
3131if (${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${PROJECT_SOURCE_DIR} )
3232 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