mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 16:56:40 +08:00
CMake: slightly improve the configuration option messages.
Also add full stops, similarly to CMake defaut options.
This commit is contained in:
parent
77bf71ea36
commit
939482ab2b
@ -36,8 +36,8 @@ include(GNUInstallDirs)
|
||||
|
||||
######## Configuration
|
||||
|
||||
option(BUILD_BINARY "Build executable" ON)
|
||||
option(BUILD_SHARED_LIBS "Build shared library and link executable to it" ON)
|
||||
option(BUILD_BINARY "Build the CLI tool." ON)
|
||||
option(BUILD_SHARED_LIBS "Build shared library and link executable to it." ON)
|
||||
option(CHECK_SSE2 "Check and enable SSE2 extensions if supported. Disabling SSE on platforms which support it may decrease performances." ON)
|
||||
|
||||
if (BUILD_SHARED_LIBS)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user