Skip to content

Commit b1424c3

Browse files
committed
Update README with new default project type
The default project type was changed from static/shared library to executable, but it was never documented in the README.
1 parent c3335be commit b1424c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ There is also an example repository showing how to integrate with vcpkg:
2020

2121
* Be simple to use
2222
The script allows you to just mash enter to get you a correctly set up
23-
project for a library, which can be built as either static or shared.
24-
You want a project with an executable? Just choose `e` when prompted.
25-
Header-only library? Just choose `h` when prompted. Simple **and** correct!
23+
project for an executable. You want a header-only library? Choose `h` when
24+
prompted. Static/shared library? Just choose `s` when prompted. Simple
25+
**and** correct!
2626
* Create [`FetchContent`][1] ready projects
2727
This is important, because in the near feature this might allow CMake to
2828
consume other projects in a trivial fashion similar to other languages, e.g.

0 commit comments

Comments
 (0)