Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Feb 16, 2019
1 parent 7f65afb commit 7a1c6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -88,7 +88,7 @@ get_property(known_features GLOBAL PROPERTY CMAKE_CXX_KNOWN_FEATURES)
if(cxx_std_14 IN_LIST known_features)
set(CMAKE_CXX_STANDARD 14)
message("C++14 support enabled...")
else() # minimum requeired standard
else() # minimum required standard
set(CMAKE_CXX_STANDARD 11)
message("C++11 support enabled...")
endif()
Expand Down

0 comments on commit 7a1c6fe

Please sign in to comment.