Skip to content

Commit 33825e9

Browse files
committed
cmake: Require C++17 support
Fixes libsigcplusplus#9
1 parent bcf2065 commit 33825e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ option (SIGCXX_DISABLE_DEPRECATED "Disable deprecated" OFF)
2828

2929
project (sigc++)
3030

31-
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++1y")
31+
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")
3232

3333
set (PROJECT_SOURCE_DIR "${sigc++_SOURCE_DIR}/sigc++")
3434

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy