Skip to content

Commit

Permalink
Update CXX_STANDARD to 17 for doc (#705)
Browse files Browse the repository at this point in the history
Signed-off-by: The MathWorks, Inc. <alchrist@mathworks.com>
  • Loading branch information
achristoforides committed Jul 20, 2022
1 parent e9b190f commit dce6f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project(CppMicroServicesExamples)

set(CMAKE_CXX_STANDARD_REQUIRED 1)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)

find_package(CppMicroServices NO_MODULE REQUIRED)

Expand Down

0 comments on commit dce6f41

Please sign in to comment.