Skip to content

Commit b257193

Browse files
committed
Fix a copy and paste error.
1 parent 5ae6fc5 commit b257193

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ project(fs
44
)
55

66
# Options
7-
option(FS_BUILD_EXAMPLES "Build typo examples" OFF)
8-
option(FS_BUILD_TESTS "Build typo tests" OFF)
9-
option(FS_BUILD_TOOLS "Build typo tools" OFF)
7+
option(FS_BUILD_EXAMPLES "Build fs examples" OFF)
8+
option(FS_BUILD_TESTS "Build fs tests" OFF)
9+
option(FS_BUILD_TOOLS "Build fs tools" OFF)
1010
option(FS_FORCE_CXX "Force compilation as C++" OFF)
1111
option(FS_FORCE_C89 "Force compilation as C89" OFF)
1212
option(FS_ENABLE_OPENED_FILES_ASSERT "Enable an assert for when a file is left open" OFF)

0 commit comments

Comments
 (0)