A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/alandefreitas/matplotplusplus/commit/aede759256fdc9804990b45a728291a8aef10a7f below:

set CMAKE_CXX_STANDARD to 17 if not set · alandefreitas/matplotplusplus@aede759 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+3

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+3

-1

lines changed Original file line number Diff line number Diff line change

@@ -126,7 +126,9 @@ cmake_push_check_state()

126 126

set(CMAKE_REQUIRED_QUIET ${Filesystem_FIND_QUIETLY})

127 127 128 128

# All of our tests required C++17 or later

129 -

set(CMAKE_CXX_STANDARD 17)

129 +

if(NOT DEFINED CMAKE_CXX_STANDARD OR CMAKE_CXX_STANDARD LESS 17)

130 +

set(CMAKE_CXX_STANDARD 17)

131 +

endif()

130 132 131 133

# Normalize and check the component list we were given

132 134

set(want_components ${Filesystem_FIND_COMPONENTS})

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4