2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Dont mangle version into include directory name when making package if

BUILD_VERSIONED is off. 




[SVN r50930]
This commit is contained in:
Troy D. Straszheim
2009-01-31 18:44:38 +00:00
parent 9393a8212c
commit 0e9af40458

View File

@@ -449,8 +449,6 @@ endmacro(boost_module)
# VARIANT_DISPLAY_NAME: The display name that describes this
# variant, e.g., "Debug, static, multi-threaded".
#
option(BUILD_VERSIONED "Add versioning information to names of built files" ON)
macro(boost_library_variant_target_name)
set(VARIANT_TARGET_NAME "")