diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-04-17 16:15:42 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-04-19 10:40:06 -0700 |
| commit | 042b7023a17f54080927c1d27d757aa4860dea27 (patch) | |
| tree | 7cf6e301a388151484839a286ff8fca04c672dde /ports/libsigcpp | |
| parent | 2b896d2a2224ab2eed23dd1bcb3558fc5230d7a8 (diff) | |
| download | vcpkg-042b7023a17f54080927c1d27d757aa4860dea27.tar.gz vcpkg-042b7023a17f54080927c1d27d757aa4860dea27.zip | |
[libsigcpp] Fix building with older gcc versions
Diffstat (limited to 'ports/libsigcpp')
| -rw-r--r-- | ports/libsigcpp/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ports/libsigcpp/CONTROL | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/libsigcpp/CMakeLists.txt b/ports/libsigcpp/CMakeLists.txt index 7a669a24e..9c43b1a1b 100644 --- a/ports/libsigcpp/CMakeLists.txt +++ b/ports/libsigcpp/CMakeLists.txt @@ -1,6 +1,8 @@ cmake_minimum_required(VERSION 3.0) project(libsigc++) +set(CMAKE_CXX_STANDARD 17) + set(SIGCPP_API_VERSION 2.0) add_definitions(-DSIGC_BUILD) diff --git a/ports/libsigcpp/CONTROL b/ports/libsigcpp/CONTROL index 02b2e4b83..c0393066b 100644 --- a/ports/libsigcpp/CONTROL +++ b/ports/libsigcpp/CONTROL @@ -1,3 +1,3 @@ Source: libsigcpp
-Version: 2.10
+Version: 2.10-1
Description: Typesafe callback framework for C++
|
