Skip to content

Commit e381a9c

Browse files
authored
Fix typo in cmake cxx standard snippet (#569)
1 parent ed8d368 commit e381a9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/cmake.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@
229229
"Set c++ standard": {
230230
"prefix": "cxx",
231231
"body": [
232-
"set(CMAKE_CXX_STANDDARD ${1:14})",
233-
"set(CMAKE_CXX_STANDDARD_REQUIRED ON)"
232+
"set(CMAKE_CXX_STANDARD ${1:14})",
233+
"set(CMAKE_CXX_STANDARD_REQUIRED ON)"
234234
],
235235
"description": "Add the snippet to set c++ standard"
236236
},

0 commit comments

Comments
 (0)