From 26cf0e9abfaf028bcc947bb83d4083b8a2f5587f Mon Sep 17 00:00:00 2001 From: "Troy D. Straszheim" Date: Sat, 31 Jan 2009 18:53:31 +0000 Subject: [PATCH] if BUILD_VERSIONED is OFF, don't mangle the include directory name in packages. [SVN r50931] --- CMake/BoostCore.cmake | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMake/BoostCore.cmake b/CMake/BoostCore.cmake index 3c0d62dd9..cfcb1f437 100644 --- a/CMake/BoostCore.cmake +++ b/CMake/BoostCore.cmake @@ -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 "")