Skip to content

Commit

Permalink
Merge pull request #218 from FelixPetriconi/develop
Browse files Browse the repository at this point in the history
Update comment to C++ 17
  • Loading branch information
FelixPetriconi authored Dec 12, 2018
2 parents ab24bbd + 2b32c19 commit 16410eb
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
Expand Up @@ -57,7 +57,7 @@ add_library( stlab INTERFACE )
add_library( stlab::stlab ALIAS stlab )

#
# stlab requires C++ 14 support, at a minimum. Setting the `cxx_std_14` compile
# stlab requires C++ 17 support, at a minimum. Setting the `cxx_std_17` compile
# features ensures that the corresponding C++ standard flag is populated in
# targets linking to stlab.
#
Expand Down

0 comments on commit 16410eb

Please sign in to comment.