diff --git a/CMakeLists.txt b/CMakeLists.txt index 1827e2a..f7fce04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.17) -project(qBreakpad VERSION 0.0.1.1 LANGUAGES CXX) +project(qBreakpad VERSION 0.2.1.1 LANGUAGES CXX) option(QBREAKPAD_BUILD_STATIC "Build static library" off) option(QBREAKPAD_INSTALL "Install library" on) diff --git a/README.md b/README.md index 98433b6..c13d331 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#qBreakpad +# qBreakpad [![Build status](https://travis-ci.org/buzzySmile/qBreakpad.svg?branch=master)](https://travis-ci.org/buzzySmile/qBreakpad) diff --git a/handler/CMakeLists.txt b/handler/CMakeLists.txt index 4693639..d1f86fb 100644 --- a/handler/CMakeLists.txt +++ b/handler/CMakeLists.txt @@ -42,6 +42,8 @@ target_include_directories(${PROJECT_NAME} PUBLIC "$" ) +target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_11) + if(QBREAKPAD_INSTALL) target_include_directories(${PROJECT_NAME} PUBLIC "$"