|
Boost Interest : |
From: Larry Evans (cppljevans_at_[hidden])
Date: 2008-05-26 12:48:48
On 05/26/08 11:33, troy d. straszheim wrote:
> Larry Evans wrote:
>>> Fixed. I don't know what happened to this flag, I've resurrected it
>>> on the
>>> 1.35.0 and release branches. If you svn up, 'make rebuild_cache',
>>> and run ccmake,
>>> you should see it.
>> I do. However, after I condfigured, I then tried generate, and got:
>> <--- cut here ---
>> CMake Error: INSTALL(EXPORT) given unknown export "boost-targets"
>> >--- cut here ---
>> What should I do?
>
> I think this one is a known bug that comes up when all of the BUILD_*
> targets (ie the ones
> that correspond to boost libraries) are OFF. Maybe you've found a
> different way to
> provoke this. Could you forward your CMakeCache.txt to the list?
>
> Thanks,
>
> -t
>
Sure. It's attached.
# This is the CMakeCache file.
# For build in directory: /home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1
# It was generated by CMake: /usr/local/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Value Computed by CMake
Algorithm_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/algorithm
//Value Computed by CMake
Algorithm_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/algorithm
//Value Computed by CMake
Any_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/any
//Value Computed by CMake
Any_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/any
//Value Computed by CMake
Array_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/array
//Value Computed by CMake
Array_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/array
//Value Computed by CMake
Assign_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/assign
//Value Computed by CMake
Assign_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/assign
//Path to the BoostBook DTD
BOOSTBOOK_DTD_DIR:PATH=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/tools/boostbook/dtd
//Path to the BoostBook XSL stylesheets
BOOSTBOOK_XSL_DIR:PATH=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/tools/boostbook/xsl
//Build Boost.Date_time (prefer make targets, not this, to build
// individual libs)
BUILD_BOOST_DATE_TIME:BOOL=ON
//Build Boost.Filesystem (prefer make targets, not this, to build
// individual libs)
BUILD_BOOST_FILESYSTEM:BOOL=ON
//Build Boost.Graph (prefer make targets, not this, to build individual
// libs)
BUILD_BOOST_GRAPH:BOOL=ON
//Build Boost.IOStreams (prefer make targets, not this, to build
// individual libs)
BUILD_BOOST_IOSTREAMS:BOOL=ON
//Build Boost.Program_Options (prefer make targets, not this, to
// build individual libs)
BUILD_BOOST_PROGRAM_OPTIONS:BOOL=ON
//Build Boost.Regex (prefer make targets, not this, to build individual
// libs)
BUILD_BOOST_REGEX:BOOL=ON
//Build Boost.Serialization (prefer make targets, not this, to
// build individual libs)
BUILD_BOOST_SERIALIZATION:BOOL=ON
//Build Boost.Signals (prefer make targets, not this, to build
// individual libs)
BUILD_BOOST_SIGNALS:BOOL=ON
//Build Boost.System (prefer make targets, not this, to build individual
// libs)
BUILD_BOOST_SYSTEM:BOOL=ON
//Build Boost.Test (prefer make targets, not this, to build individual
// libs)
BUILD_BOOST_TEST:BOOL=ON
//Build Boost.Thread (prefer make targets, not this, to build individual
// libs)
BUILD_BOOST_THREAD:BOOL=ON
//Build Boost.Wave (prefer make targets, not this, to build individual
// libs)
BUILD_BOOST_WAVE:BOOL=ON
//Build wide-char boost serialization libs
BUILD_BOOST_WSERIALIZATION:BOOL=ON
//Whether to build debugging libraries
BUILD_DEBUG:BOOL=ON
//Whether to build multi-threaded libraries
BUILD_MULTI_THREADED:BOOL=OFF
//Whether to build release libraries
BUILD_RELEASE:BOOL=OFF
//Whether to build shared libraries
BUILD_SHARED:BOOL=OFF
//Whether to build single-threaded libraries
BUILD_SINGLE_THREADED:BOOL=ON
//Whether to build static libraries
BUILD_STATIC:BOOL=OFF
//Build the testing tree.
BUILD_TESTING:BOOL=OFF
//Add versioning information to names of built files
BUILD_VERSIONED:BOOL=ON
//Path to a file.
BZIP2_INCLUDE_DIR:PATH=BZIP2_INCLUDE_DIR-NOTFOUND
//Path to a library.
BZIP2_LIBRARIES:FILEPATH=BZIP2_LIBRARIES-NOTFOUND
//Value Computed by CMake
Bind_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/bind
//Value Computed by CMake
Bind_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/bind
//Value Computed by CMake
Boost_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1
//Value Computed by CMake
Boost_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src
//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar
//Choose the type of build, options are Release or Debug
CMAKE_BUILD_TYPE:STRING=Release
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++-4.1
//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//C compiler.
CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc-4.1
//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the compiler during release minsize builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the compiler during Release with Debug Info builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=OFF
//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
//If true, cmake will use relative paths in makefiles and projects.
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=OFF
//Enable to build Debian packages
CPACK_BINARY_DEB:BOOL=OFF
//Enable to build NSIS packages
CPACK_BINARY_NSIS:BOOL=OFF
//Enable to build RPM packages
CPACK_BINARY_RPM:BOOL=OFF
//Enable to build STGZ packages
CPACK_BINARY_STGZ:BOOL=ON
//Enable to build TBZ2 packages
CPACK_BINARY_TBZ2:BOOL=ON
//Enable to build TGZ packages
CPACK_BINARY_TGZ:BOOL=ON
//Enable to build TZ packages
CPACK_BINARY_TZ:BOOL=ON
//Enable to build TBZ2 source packages
CPACK_SOURCE_TBZ2:BOOL=ON
//Enable to build TGZ source packages
CPACK_SOURCE_TGZ:BOOL=ON
//Enable to build TZ source packages
CPACK_SOURCE_TZ:BOOL=ON
//Enable to build ZIP source packages
CPACK_SOURCE_ZIP:BOOL=OFF
//Value Computed by CMake
CRC_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/crc
//Value Computed by CMake
CRC_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/crc
//Value Computed by CMake
CircularBuffer_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/circular_buffer
//Value Computed by CMake
CircularBuffer_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/circular_buffer
//Value Computed by CMake
Concept_check_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/concept_check
//Value Computed by CMake
Concept_check_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/concept_check
//Value Computed by CMake
Config_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/config
//Value Computed by CMake
Config_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/config
//Value Computed by CMake
Conversion_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/conversion
//Value Computed by CMake
Conversion_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/conversion
//Compilation flags for debug libraries
DEBUG_COMPILE_FLAGS:STRING=-g
//Automatically download and configure DocBook DTD and XSL
DOCBOOK_AUTOCONFIG:BOOL=OFF
//Path to the DocBook DTD
DOCBOOK_DTD_DIR:PATH=DOCBOOK_DTD_DIR-NOTFOUND
//Path to the DocBook XSL stylesheets
DOCBOOK_XSL_DIR:PATH=DOCBOOK_XSL_DIR-NOTFOUND
//Graphviz Dot tool for using Doxygen
DOXYGEN_DOT_EXECUTABLE:FILEPATH=DOXYGEN_DOT_EXECUTABLE-NOTFOUND
//Doxygen documentation generation tool (http://www.doxygen.org)
DOXYGEN_EXECUTABLE:FILEPATH=/usr/bin/doxygen
//Value Computed by CMake
Date_time_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/date_time
//Value Computed by CMake
Date_time_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/date_time
//Value Computed by CMake
Disjoint_sets_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/disjoint_sets
//Value Computed by CMake
Disjoint_sets_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/disjoint_sets
//Value Computed by CMake
Dynamic_bitset_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/dynamic_bitset
//Value Computed by CMake
Dynamic_bitset_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/dynamic_bitset
//Single output directory for building all executables.
EXECUTABLE_OUTPUT_PATH:PATH=
//Path to a file.
EXPAT_INCLUDE_DIR:PATH=EXPAT_INCLUDE_DIR-NOTFOUND
//Path to a library.
EXPAT_LIBRARY:FILEPATH=EXPAT_LIBRARY-NOTFOUND
//Value Computed by CMake
Filesystem_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/filesystem
//Value Computed by CMake
Filesystem_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/filesystem
//Value Computed by CMake
Foreach_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/foreach
//Value Computed by CMake
Foreach_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/foreach
//Value Computed by CMake
Format_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/format
//Value Computed by CMake
Format_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/format
//Value Computed by CMake
FunctionTypes_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/function_types
//Value Computed by CMake
FunctionTypes_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/function_types
//Value Computed by CMake
Function_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/function
//Value Computed by CMake
Function_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/function
//Value Computed by CMake
Functional_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/functional
//Value Computed by CMake
Functional_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/functional
//Value Computed by CMake
GIL_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/gil
//Value Computed by CMake
GIL_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/gil
//Value Computed by CMake
Graph_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/graph
//Value Computed by CMake
Graph_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/graph
//Include directory for the ICU library
ICU_INCLUDE_DIR:PATH=ICU_INCLUDE_DIR-NOTFOUND
//Libraries to link against for the common parts of ICU
ICU_LIBRARY:FILEPATH=ICU_LIBRARY-NOTFOUND
//Value Computed by CMake
IOStreams_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/iostreams
//Value Computed by CMake
IOStreams_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/iostreams
//Value Computed by CMake
IO_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/io
//Value Computed by CMake
IO_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/io
//Value Computed by CMake
Integer_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/integer
//Value Computed by CMake
Integer_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/integer
//Value Computed by CMake
Iterator_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/iterator
//Value Computed by CMake
Iterator_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/iterator
//Single output directory for building all libraries.
LIBRARY_OUTPUT_PATH:PATH=
//Value Computed by CMake
Lambda_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/lambda
//Value Computed by CMake
Lambda_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/lambda
//Value Computed by CMake
Logic_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/logic
//Value Computed by CMake
Logic_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/logic
//Executable for running MPI programs.
MPIEXEC:FILEPATH=MPIEXEC-NOTFOUND
//Maximum number of processors available to run MPI applications.
MPIEXEC_MAX_NUMPROCS:STRING=2
//Flag used by MPI to specify the number of processes for MPIEXEC;
// the next option will be the number of processes.
MPIEXEC_NUMPROC_FLAG:STRING=-np
//These flags will come after all flags given to MPIEXEC.
MPIEXEC_POSTFLAGS:STRING=
//These flags will be directly before the executable that is being
// run by MPIEXEC.
MPIEXEC_PREFLAGS:STRING=
//MPI compiler. Used only to detect MPI compilation flags.
MPI_COMPILER:FILEPATH=MPI_COMPILER-NOTFOUND
//MPI compilation flags
MPI_COMPILE_FLAGS:STRING=
//Extra MPI libraries to link against.
MPI_EXTRA_LIBRARY:FILEPATH=MPI_EXTRA_LIBRARY-NOTFOUND
//Path to a file.
MPI_INCLUDE_PATH:PATH=MPI_INCLUDE_PATH-NOTFOUND
//Path to a library.
MPI_LIBRARY:FILEPATH=MPI_LIBRARY-NOTFOUND
//MPI linking flags
MPI_LINK_FLAGS:STRING=
//Value Computed by CMake
Math_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/math
//Value Computed by CMake
Math_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/math
//Value Computed by CMake
Metaprogramming_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/mpl
//Value Computed by CMake
Metaprogramming_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/mpl
//Value Computed by CMake
MultiArray_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/multi_array
//Value Computed by CMake
MultiArray_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/multi_array
//Value Computed by CMake
MultiIndex_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/multi_index
//Value Computed by CMake
MultiIndex_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/multi_index
//Value Computed by CMake
Numeric_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/numeric
//Value Computed by CMake
Numeric_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/numeric
//Value Computed by CMake
Optional_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/optional
//Value Computed by CMake
Optional_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/optional
//Path to a program.
PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2.5
//Path to a file.
PYTHON_INCLUDE_PATH:PATH=PYTHON_INCLUDE_PATH-NOTFOUND
//Path to a library.
PYTHON_LIBRARY:FILEPATH=PYTHON_LIBRARY-NOTFOUND
//Value Computed by CMake
Parameter_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/parameter
//Value Computed by CMake
Parameter_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/parameter
//Value Computed by CMake
Pointer_Containers_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/ptr_container
//Value Computed by CMake
Pointer_Containers_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/ptr_container
//Value Computed by CMake
Pool_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/pool
//Value Computed by CMake
Pool_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/pool
//Value Computed by CMake
Preprocessor_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/preprocessor
//Value Computed by CMake
Preprocessor_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/preprocessor
//Value Computed by CMake
Program_Options_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/program_options
//Value Computed by CMake
Program_Options_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/program_options
//Value Computed by CMake
Property_Map_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/property_map
//Value Computed by CMake
Property_Map_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/property_map
//Compilation flags for release libraries
RELEASE_COMPILE_FLAGS:STRING=-O3 -DNDEBUG
//Value Computed by CMake
Random_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/random
//Value Computed by CMake
Random_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/random
//Value Computed by CMake
Range_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/range
//Value Computed by CMake
Range_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/range
//Value Computed by CMake
Rational_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/rational
//Value Computed by CMake
Rational_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/rational
//Value Computed by CMake
Regex_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/regex
//Value Computed by CMake
Regex_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/regex
//SourceForge mirror used to download DocBook XSL during autoconfiguration
SOURCEFORGE_MIRROR:STRING=http://dl.sourceforge.net
//Value Computed by CMake
Serialization_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/serialization
//Value Computed by CMake
Serialization_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/serialization
//Value Computed by CMake
Signals_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/signals
//Value Computed by CMake
Signals_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/signals
//Value Computed by CMake
Smart_pointer_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/smart_ptr
//Value Computed by CMake
Smart_pointer_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/smart_ptr
//Value Computed by CMake
Spirit_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/spirit
//Value Computed by CMake
Spirit_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/spirit
//Value Computed by CMake
Statechart_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/statechart
//Value Computed by CMake
Statechart_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/statechart
//Value Computed by CMake
Static_assert_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/static_assert
//Value Computed by CMake
Static_assert_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/static_assert
//Value Computed by CMake
System_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/system
//Value Computed by CMake
System_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/system
//Value Computed by CMake
Test_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/test
//Value Computed by CMake
Test_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/test
//Value Computed by CMake
Thread_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/thread
//Value Computed by CMake
Thread_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/thread
//Value Computed by CMake
Timer_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/timer
//Value Computed by CMake
Timer_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/timer
//Value Computed by CMake
Tokenizer_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/tokenizer
//Value Computed by CMake
Tokenizer_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/tokenizer
//Value Computed by CMake
Tuple_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/tuple
//Value Computed by CMake
Tuple_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/tuple
//Value Computed by CMake
Type_traits_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/type_traits
//Value Computed by CMake
Type_traits_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/type_traits
//Value Computed by CMake
Typeof_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/typeof
//Value Computed by CMake
Typeof_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/typeof
//Used to extract ZIP archives
UNZIP:FILEPATH=/usr/bin/unzip
//Value Computed by CMake
Utility_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/utility
//Value Computed by CMake
Utility_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/utility
//Value Computed by CMake
Variant_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/variant
//Value Computed by CMake
Variant_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/variant
//Value Computed by CMake
Wave_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/wave
//Value Computed by CMake
Wave_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/wave
//xsltproc transforms XML via XSLT
XSLTPROC:FILEPATH=/usr/bin/xsltproc
//Flags to pass to xsltproc to transform XML documents
XSLTPROC_FLAGS:STRING=--xinclude
//Value Computed by CMake
Xpressive_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/xpressive
//Value Computed by CMake
Xpressive_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/xpressive
//Path to a file.
ZLIB_INCLUDE_DIR:PATH=/usr/include
//Path to a library.
ZLIB_LIBRARY:FILEPATH=/usr/lib/libz.so
//Dependencies for the target
boost_date_time-mt-shared-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_date_time-mt-shared_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_date_time-mt-static-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_date_time-mt-static_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for target
boost_date_time-shared-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_date_time-shared_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_date_time-static-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_date_time-static_LIB_DEPENDS:STATIC=
//Dependencies for the target
boost_filesystem-mt-shared-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;general;boost_system-mt-shared-debug;
//Dependencies for the target
boost_filesystem-mt-shared_LIB_DEPENDS:STATIC=general;pthread;general;rt;general;boost_system-mt-shared;
//Dependencies for the target
boost_filesystem-mt-static-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;general;boost_system-mt-static-debug;
//Dependencies for the target
boost_filesystem-mt-static_LIB_DEPENDS:STATIC=general;pthread;general;rt;general;boost_system-mt-static;
//Dependencies for the target
boost_filesystem-shared-debug_LIB_DEPENDS:STATIC=general;boost_system-shared-debug;
//Dependencies for the target
boost_filesystem-shared_LIB_DEPENDS:STATIC=general;boost_system-shared;
//Dependencies for the target
boost_filesystem-static-debug_LIB_DEPENDS:STATIC=general;boost_system-static-debug;
//Dependencies for the target
boost_filesystem-static_LIB_DEPENDS:STATIC=general;boost_system-static;
//Dependencies for the target
boost_graph-mt-shared-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_graph-mt-shared_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_graph-mt-static-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_graph-mt-static_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for target
boost_graph-shared-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_graph-shared_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_graph-static-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_graph-static_LIB_DEPENDS:STATIC=
//Dependencies for the target
boost_iostreams-mt-shared-debug_LIB_DEPENDS:STATIC=general;/usr/lib/libz.so;general;pthread;general;rt;
//Dependencies for the target
boost_iostreams-mt-shared_LIB_DEPENDS:STATIC=general;/usr/lib/libz.so;general;pthread;general;rt;
//Dependencies for the target
boost_iostreams-mt-static-debug_LIB_DEPENDS:STATIC=general;/usr/lib/libz.so;general;pthread;general;rt;
//Dependencies for the target
boost_iostreams-mt-static_LIB_DEPENDS:STATIC=general;/usr/lib/libz.so;general;pthread;general;rt;
//Dependencies for the target
boost_iostreams-shared-debug_LIB_DEPENDS:STATIC=general;/usr/lib/libz.so;
//Dependencies for the target
boost_iostreams-shared_LIB_DEPENDS:STATIC=general;/usr/lib/libz.so;
//Dependencies for the target
boost_iostreams-static-debug_LIB_DEPENDS:STATIC=general;/usr/lib/libz.so;
//Dependencies for the target
boost_iostreams-static_LIB_DEPENDS:STATIC=general;/usr/lib/libz.so;
//Dependencies for the target
boost_prg_exec_monitor-mt-shared-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_prg_exec_monitor-mt-shared_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_prg_exec_monitor-mt-static-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_prg_exec_monitor-mt-static_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for target
boost_prg_exec_monitor-shared-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_prg_exec_monitor-shared_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_prg_exec_monitor-static-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_prg_exec_monitor-static_LIB_DEPENDS:STATIC=
//Dependencies for the target
boost_program_options-mt-shared-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_program_options-mt-shared_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_program_options-mt-static-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_program_options-mt-static_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for target
boost_program_options-shared-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_program_options-shared_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_program_options-static-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_program_options-static_LIB_DEPENDS:STATIC=
//Dependencies for the target
boost_regex-mt-shared-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_regex-mt-shared_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_regex-mt-static-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_regex-mt-static_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for target
boost_regex-shared-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_regex-shared_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_regex-static-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_regex-static_LIB_DEPENDS:STATIC=
//Dependencies for the target
boost_serialization-mt-shared-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_serialization-mt-shared_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_serialization-mt-static-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_serialization-mt-static_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for target
boost_serialization-shared-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_serialization-shared_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_serialization-static-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_serialization-static_LIB_DEPENDS:STATIC=
//Dependencies for the target
boost_signals-mt-shared-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_signals-mt-shared_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_signals-mt-static-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_signals-mt-static_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for target
boost_signals-shared-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_signals-shared_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_signals-static-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_signals-static_LIB_DEPENDS:STATIC=
//Dependencies for the target
boost_system-mt-shared-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_system-mt-shared_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_system-mt-static-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_system-mt-static_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for target
boost_system-shared-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_system-shared_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_system-static-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_system-static_LIB_DEPENDS:STATIC=
//Dependencies for the target
boost_test_exec_monitor-mt-static-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_test_exec_monitor-mt-static_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for target
boost_test_exec_monitor-static-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_test_exec_monitor-static_LIB_DEPENDS:STATIC=
//Dependencies for the target
boost_thread-mt-shared-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_thread-mt-shared_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_thread-mt-static-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_thread-mt-static_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_unit_test_framework-mt-shared-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_unit_test_framework-mt-shared_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_unit_test_framework-mt-static-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for the target
boost_unit_test_framework-mt-static_LIB_DEPENDS:STATIC=general;pthread;general;rt;
//Dependencies for target
boost_unit_test_framework-shared-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_unit_test_framework-shared_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_unit_test_framework-static-debug_LIB_DEPENDS:STATIC=
//Dependencies for target
boost_unit_test_framework-static_LIB_DEPENDS:STATIC=
//Dependencies for the target
boost_wave-mt-shared-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;general;boost_filesystem-mt-shared-debug;general;boost_thread-mt-shared-debug;general;boost_date_time-mt-shared-debug;
//Dependencies for the target
boost_wave-mt-shared_LIB_DEPENDS:STATIC=general;pthread;general;rt;general;boost_filesystem-mt-shared;general;boost_thread-mt-shared;general;boost_date_time-mt-shared;
//Dependencies for the target
boost_wave-mt-static-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;general;boost_filesystem-mt-static-debug;general;boost_thread-mt-static-debug;general;boost_date_time-mt-static-debug;
//Dependencies for the target
boost_wave-mt-static_LIB_DEPENDS:STATIC=general;pthread;general;rt;general;boost_filesystem-mt-static;general;boost_thread-mt-static;general;boost_date_time-mt-static;
//Dependencies for the target
boost_wserialization-mt-shared-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;general;boost_serialization-mt-shared-debug;
//Dependencies for the target
boost_wserialization-mt-shared_LIB_DEPENDS:STATIC=general;pthread;general;rt;general;boost_serialization-mt-shared;
//Dependencies for the target
boost_wserialization-mt-static-debug_LIB_DEPENDS:STATIC=general;pthread;general;rt;general;boost_serialization-mt-static-debug;
//Dependencies for the target
boost_wserialization-mt-static_LIB_DEPENDS:STATIC=general;pthread;general;rt;general;boost_serialization-mt-static;
//Dependencies for the target
boost_wserialization-shared-debug_LIB_DEPENDS:STATIC=general;boost_serialization-shared-debug;
//Dependencies for the target
boost_wserialization-shared_LIB_DEPENDS:STATIC=general;boost_serialization-shared;
//Dependencies for the target
boost_wserialization-static-debug_LIB_DEPENDS:STATIC=general;boost_serialization-static-debug;
//Dependencies for the target
boost_wserialization-static_LIB_DEPENDS:STATIC=general;boost_serialization-static;
//Value Computed by CMake
tr1_BINARY_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1/libs/tr1
//Value Computed by CMake
tr1_SOURCE_DIR:STATIC=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src/libs/tr1
########################
# INTERNAL cache entries
########################
//Advanced flag for variable: BOOSTBOOK_DTD_DIR
BOOSTBOOK_DTD_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: BOOSTBOOK_XSL_DIR
BOOSTBOOK_XSL_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: BZIP2_INCLUDE_DIR
BZIP2_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: BZIP2_LIBRARIES
BZIP2_LIBRARIES-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_BUILD_TOOL
CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
//What is the target build tool cmake is generating for.
CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make
//This is the directory where this CMakeCahe.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/builds/gcc-4.1
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=6
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_RELEASE_VERSION:INTERNAL=patch 0
//Advanced flag for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/bin/ctest
//Advanced flag for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
CMAKE_CXX_COMPILER_WORKS:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Unused by Boost
CMAKE_CXX_FLAGS_DEBUG:INTERNAL=
//Advanced flag for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Unused by Boost
CMAKE_CXX_FLAGS_MINSIZEREL:INTERNAL=
//Advanced flag for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Unused by Boost
CMAKE_CXX_FLAGS_RELEASE:INTERNAL=
//Advanced flag for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Unused by Boost
CMAKE_CXX_FLAGS_RELWITHDEBINFO:INTERNAL=
//Advanced flag for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
CMAKE_C_COMPILER_WORKS:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
CMAKE_DETERMINE_CXX_ABI_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
CMAKE_DETERMINE_C_ABI_COMPILED:INTERNAL=TRUE
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/bin/ccmake
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Unused by Boost
CMAKE_EXE_LINKER_FLAGS_DEBUG:INTERNAL=
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Unused by Boost
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:INTERNAL=
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Unused by Boost
CMAKE_EXE_LINKER_FLAGS_RELEASE:INTERNAL=
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Unused by Boost
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/src
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
//Advanced flag for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Unused by Boost
CMAKE_MODULE_LINKER_FLAGS_DEBUG:INTERNAL=
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Unused by Boost
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:INTERNAL=
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Unused by Boost
CMAKE_MODULE_LINKER_FLAGS_RELEASE:INTERNAL=
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Unused by Boost
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:INTERNAL=
//Advanced flag for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=79
//Advanced flag for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/local/share/cmake-2.6
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Unused by Boost
CMAKE_SHARED_LINKER_FLAGS_DEBUG:INTERNAL=
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Unused by Boost
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:INTERNAL=
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Unused by Boost
CMAKE_SHARED_LINKER_FLAGS_RELEASE:INTERNAL=
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Unused by Boost
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:INTERNAL=
//Advanced flag for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//Suppress Warnings that are meant for the author of the CMakeLists.txt
// files.
CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=FALSE
//uname command
CMAKE_UNAME:INTERNAL=/bin/uname
//Advanced flag for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CPACK_BINARY_DEB
CPACK_BINARY_DEB-ADVANCED:INTERNAL=1
//Advanced flag for variable: CPACK_BINARY_NSIS
CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CPACK_BINARY_RPM
CPACK_BINARY_RPM-ADVANCED:INTERNAL=1
//Advanced flag for variable: CPACK_BINARY_STGZ
CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1
//Advanced flag for variable: CPACK_BINARY_TBZ2
CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1
//Advanced flag for variable: CPACK_BINARY_TGZ
CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1
//Advanced flag for variable: CPACK_BINARY_TZ
CPACK_BINARY_TZ-ADVANCED:INTERNAL=1
//Advanced flag for variable: CPACK_SOURCE_TBZ2
CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1
//Advanced flag for variable: CPACK_SOURCE_TGZ
CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1
//Advanced flag for variable: CPACK_SOURCE_TZ
CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1
//Advanced flag for variable: CPACK_SOURCE_ZIP
CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1
//Advanced flag for variable: DOXYGEN_DOT_EXECUTABLE
DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1
//Advanced flag for variable: DOXYGEN_EXECUTABLE
DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1
//Advanced flag for variable: EXPAT_INCLUDE_DIR
EXPAT_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: EXPAT_LIBRARY
EXPAT_LIBRARY-ADVANCED:INTERNAL=1
//Details about finding PythonInterp
FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python2.5]
//Advanced flag for variable: ICU_INCLUDE_DIR
ICU_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: ICU_LIBRARY
ICU_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: MPIEXEC
MPIEXEC-ADVANCED:INTERNAL=1
//Advanced flag for variable: MPIEXEC_MAX_NUMPROCS
MPIEXEC_MAX_NUMPROCS-ADVANCED:INTERNAL=1
//Advanced flag for variable: MPIEXEC_NUMPROC_FLAG
MPIEXEC_NUMPROC_FLAG-ADVANCED:INTERNAL=1
//Advanced flag for variable: MPIEXEC_POSTFLAGS
MPIEXEC_POSTFLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: MPIEXEC_PREFLAGS
MPIEXEC_PREFLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: MPI_COMPILER
MPI_COMPILER-ADVANCED:INTERNAL=1
//Advanced flag for variable: MPI_COMPILE_FLAGS
MPI_COMPILE_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: MPI_EXTRA_LIBRARY
MPI_EXTRA_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: MPI_INCLUDE_PATH
MPI_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: MPI_LIBRARY
MPI_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: MPI_LINK_FLAGS
MPI_LINK_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: PYTHON_EXECUTABLE
PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
//Advanced flag for variable: PYTHON_INCLUDE_PATH
PYTHON_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: PYTHON_LIBRARY
PYTHON_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: SOURCEFORGE_MIRROR
SOURCEFORGE_MIRROR-ADVANCED:INTERNAL=1
//Advanced flag for variable: ZLIB_INCLUDE_DIR
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
//Advanced flag for variable: ZLIB_LIBRARY
ZLIB_LIBRARY-ADVANCED:INTERNAL=1