Document Boost_USE_MULTITHREADED

This commit is contained in:
Peter Dimov
2019-09-20 17:13:23 +03:00
parent 814a5ac218
commit b509998fb6
+3
View File
@@ -24,6 +24,9 @@
#
# Boost_USE_DEBUG_LIBS: When OFF, disables debug libraries.
# Boost_USE_RELEASE_LIBS: When OFF, disables release libraries.
# Boost_USE_MULTITHREADED: When ON, uses multithreaded Boost libraries.
# When OFF, uses single-threaded libraries.
# The default is to use either.
# Boost_USE_STATIC_LIBS: When ON, uses static Boost libraries; when OFF,
# uses shared Boost libraries; when not set, uses
# static on Windows, shared otherwise.