mirror of
https://github.com/boostorg/boost_install.git
synced 2026-07-21 13:13:30 +00:00
Document Boost_USE_MULTITHREADED
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user