mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
if BUILD_VERSIONED is OFF, don't mangle the include directory name in packages.
[SVN r50931]
This commit is contained in:
@@ -449,12 +449,6 @@ endmacro(boost_module)
|
||||
# VARIANT_DISPLAY_NAME: The display name that describes this
|
||||
# variant, e.g., "Debug, static, multi-threaded".
|
||||
#
|
||||
if (UNIX)
|
||||
option(BUILD_VERSIONED "Add versioning information to names of built files" OFF)
|
||||
else(UNIX)
|
||||
option(BUILD_VERSIONED "Add versioning information to names of built files" ON)
|
||||
endif(UNIX)
|
||||
|
||||
macro(boost_library_variant_target_name)
|
||||
set(VARIANT_TARGET_NAME "")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user