We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae6fc5 commit b257193Copy full SHA for b257193
1 file changed
CMakeLists.txt
@@ -4,9 +4,9 @@ project(fs
4
)
5
6
# 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)
+option(FS_BUILD_EXAMPLES "Build fs examples" OFF)
+option(FS_BUILD_TESTS "Build fs tests" OFF)
+option(FS_BUILD_TOOLS "Build fs tools" OFF)
10
option(FS_FORCE_CXX "Force compilation as C++" OFF)
11
option(FS_FORCE_C89 "Force compilation as C89" OFF)
12
option(FS_ENABLE_OPENED_FILES_ASSERT "Enable an assert for when a file is left open" OFF)
0 commit comments