[libsigcpp] Fix building with older gcc versions

This commit is contained in:
Robert Schumacher 2018-04-17 16:15:42 -07:00
parent 2b896d2a22
commit 042b7023a1
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -1,3 +1,3 @@
Source: libsigcpp
Version: 2.10
Version: 2.10-1
Description: Typesafe callback framework for C++