Skip to content

Commit

Permalink
STD17
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Dec 9, 2023
1 parent 75e8453 commit 3a0c82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.4...3.18)
project(py-oasvalidator LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED TRUE)

find_package(Python REQUIRED COMPONENTS Interpreter Development)
Expand Down

0 comments on commit 3a0c82a

Please sign in to comment.