Update CMakeLists.txt

This commit is contained in:
Brice Gros 2019-10-21 10:27:47 +02:00 committed by GitHub
parent dc7ecc4084
commit 70caa2a942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ else()
endif()
# Allow enabling and disabling components
option(ENABLE_FOUNDATION "Enable Foundation, required for all components except CppUnit" ON)
option(ENABLE_FOUNDATION "Enable Foundation, required by all components except CppUnit" ON)
option(ENABLE_ENCODINGS "Enable Encodings" ON)
option(ENABLE_ENCODINGS_COMPILER "Enable Encodings Compiler" OFF)
option(ENABLE_XML "Enable XML" ON)