From 0e9af404589f5e9f81acebdcb45d9495c83847fd Mon Sep 17 00:00:00 2001 From: "Troy D. Straszheim" Date: Sat, 31 Jan 2009 18:44:38 +0000 Subject: [PATCH] Dont mangle version into include directory name when making package if BUILD_VERSIONED is off. [SVN r50930] --- CMake/BoostCore.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMake/BoostCore.cmake b/CMake/BoostCore.cmake index 949c9aee1..cfcb1f437 100644 --- a/CMake/BoostCore.cmake +++ b/CMake/BoostCore.cmake @@ -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 "")