2
0
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:
Troy D. Straszheim
2009-01-31 18:53:31 +00:00
parent 6ba0a22cbd
commit 26cf0e9abf

View File

@@ -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 "")