Skip to content

Commit 311922b

Browse files
docs: Remove vcpkg for now
1 parent 0772374 commit 311922b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ target_link_libraries(your_target PRIVATE cppfig)
146146
set(CPPFIG_ENABLE_JSON ON)
147147
```
148148

149+
<!--
149150
### vcpkg
150151
151152
Core (`.conf` only, no extra dependencies):
@@ -166,6 +167,7 @@ With JSON support:
166167
]
167168
}
168169
```
170+
-->
169171

170172
## Documentation
171173

docs/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ add_subdirectory(cppfig)
2121
target_link_libraries(your_target PRIVATE cppfig)
2222
```
2323

24+
<!--
2425
### vcpkg
2526
2627
```json
@@ -43,6 +44,7 @@ To also enable the optional JSON serializer:
4344
]
4445
}
4546
```
47+
-->
4648

4749
### Requirements
4850

0 commit comments

Comments
 (0)