mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 02:11:58 +08:00
[libsigcpp] Fix building with older gcc versions
This commit is contained in:
parent
2b896d2a22
commit
042b7023a1
@ -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)
|
||||
|
@ -1,3 +1,3 @@
|
||||
Source: libsigcpp
|
||||
Version: 2.10
|
||||
Version: 2.10-1
|
||||
Description: Typesafe callback framework for C++
|
||||
|
Loading…
x
Reference in New Issue
Block a user