Hi,
Following the 
http://www.webtoolkit.eu/wt/wiki/index.php/Installing_Wt_on_Mac_OS_X_Leopard

I got the following error:
--
$ cmake -DBOOST_DIR=$HOME/Installed -DBOOST_VERSION=1_38 ../
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
** Using supplied mxml library. 
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
** Error finding Wt required library: 
** Could not find a boost installation in /Users/khinester/Installed.
** It may be necessary to set appropriate values for the
   variables BOOST_DIR, BOOST_COMPILER, and BOOST_VERSION
CMake Error at src/CMakeLists.txt:10 (MESSAGE):
  ** Wt requires the following C++ boost libraries: boost_date_time,
  boost_regex, and boost_program_options, boost_signals, and optionally
  boost_thread


-- Configuring incomplete, errors occurred!

I am also attaching the CMakeCache.txt as it has all the correct settings as 
far as I can see.

Any help much appreciated.

Norman

                                     




--- On Sun, 1/3/09, Wim Dumon <[email protected]> wrote:

From: Wim Dumon <[email protected]>
Subject: Re: [Wt-interest] Could not find a boost installation in 
/usr/local/include/boost-1_38/boost
To: [email protected]
Date: Sunday, 1 March, 2009, 7:21 PM

Usually, you also have to set three variables to recognize boost in
unices: BOOST_DIR, BOOST_VERSION and BOOST_COMPILER. Look at the
signature of your library files (.so, or .a) to find out what you
should put there.

Regards,
Wim.

2009/3/1 norman <[email protected]>:
> Hello,
> I have witty built on gentoo, but am trying to to set it up on my mac osx.
>
> I have built boost and can run the examples:
>
> $ c++ -I /usr/local/include/boost-1_38 example.cpp -o example
> $ echo 1 2 3 | ./example
> 3 6 9
>
> Here is my procedure for setting up wt:
>
> $ git clone http://www.webtoolkit.eu/git/wt.git
> $ cd wt
> $ mkdir build
> $ cd build
> $ ccmake .
>
> I then changed the:
>
> BOOST_DIR                        /usr/local/include/boost-1_38/boost
>
> but still get the error.
>
> If I also try to run:
>
> $ bjam --version
> Unable to load Boost.Build: could not find "boost-build.jam"
> ---------------------------------------------------------------
> Attempted search from /Users/khinester/Documents/TUTORIALS/cpp up to the
> root
> and in these directories from BOOST_BUILD_PATH and BOOST_ROOT:
> /usr/share/boost-build.
> Please consult the documentation at 'http://www.boost.org'.
>
> What am I missing?
>
> Many thanks
>
> Norman
>
>
>
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> witty-interest mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
>

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest



      
# This is the CMakeCache file.
# For build in directory: /Users/khinester/sandboxes/wt/build
# It was generated by CMake: /Applications/CMake 2.6-3.app/Contents/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
########################

//Boost libraries compiler signature
BOOST_COMPILER:STRING=gcc

//Boost installation path prefix
BOOST_DIR:PATH=/Users/khinester/Installed

//Path to a library.
BOOST_DT_LIB:FILEPATH=BOOST_DT_LIB-NOTFOUND

//Path to a library.
BOOST_DT_LIB_MT:FILEPATH=BOOST_DT_LIB_MT-NOTFOUND

//Path to a library.
BOOST_FS_LIB:FILEPATH=BOOST_FS_LIB-NOTFOUND

//Path to a library.
BOOST_FS_LIB_MT:FILEPATH=BOOST_FS_LIB_MT-NOTFOUND

//Path to a file.
BOOST_INCLUDE_DIRS:PATH=/Users/khinester/Installed/include/boost-1_38

//Path to a library.
BOOST_PO_LIB:FILEPATH=BOOST_PO_LIB-NOTFOUND

//Path to a library.
BOOST_PO_LIB_MT:FILEPATH=BOOST_PO_LIB_MT-NOTFOUND

//Path to a library.
BOOST_REGEX_LIB:FILEPATH=BOOST_REGEX_LIB-NOTFOUND

//Path to a library.
BOOST_REGEX_LIB_MT:FILEPATH=BOOST_REGEX_LIB_MT-NOTFOUND

//Path to a library.
BOOST_SIGNALS_LIB:FILEPATH=BOOST_SIGNALS_LIB-NOTFOUND

//Path to a library.
BOOST_SIGNALS_LIB_MT:FILEPATH=BOOST_SIGNALS_LIB_MT-NOTFOUND

//Path to a library.
BOOST_SYSTEM_LIB:FILEPATH=BOOST_SYSTEM_LIB-NOTFOUND

//Path to a library.
BOOST_SYSTEM_LIB_MT:FILEPATH=BOOST_SYSTEM_LIB_MT-NOTFOUND

//Path to a library.
BOOST_THREAD_LIB_MT:FILEPATH=BOOST_THREAD_LIB_MT-NOTFOUND

//Boost libraries version signature
BOOST_VERSION:STRING=1_38

//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar

//For backwards compatibility, what version of CMake commands and
// syntax should this version of CMake try to support.
CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4

//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel.
CMAKE_BUILD_TYPE:STRING=RelWithDebInfo

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++

//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING='-I/sw/include '

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release minsize builds.
CMAKE_CXX_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_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during Release with Debug Info builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g

//C compiler.
CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc

//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING='-I/sw/include '

//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=-L/sw/lib

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool

//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=-L/sw/lib

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm

//Path to a program.
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND

//Path to a program.
CMAKE_OBJDUMP:FILEPATH=CMAKE_OBJDUMP-NOTFOUND

//Build architectures for OSX
CMAKE_OSX_ARCHITECTURES:STRING=ppc

//isysroot used for universal binary support
CMAKE_OSX_SYSROOT:PATH=/Developer/SDKs/MacOSX10.4u.sdk

//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=-L/sw/lib

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO

//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=FALSE

//Path for the configuration files
CONFIGDIR:STRING=/etc/wt

//Path to the wt configuration file
CONFIGURATION:PATH=/etc/wt/wt_config.xml

//Compile in FCGI connector (libwtfcgi) ?
CONNECTOR_FCGI:BOOL=OFF

//Compile in stand-alone httpd connector (libwthttp) ?
CONNECTOR_HTTP:BOOL=ON

//Path to deploy examples into)
DEPLOYROOT:PATH=/var/www/localhost/htdocs/wt-examples

//Connector used for examples
EXAMPLES_CONNECTOR:STRING=wthttp

//Single output directory for building all executables.
EXECUTABLE_OUTPUT_PATH:PATH=

//Path to a library.
FCGIPP_LIB:FILEPATH=FCGIPP_LIB-NOTFOUND

//Path to a file.
FCGI_INCLUDE_DIR:PATH=FCGI_INCLUDE_DIR-NOTFOUND

//Path to a library.
FCGI_LIB:FILEPATH=FCGI_LIB-NOTFOUND

//Search path for libgd2
GD_DIR:PATH=/usr/lib

//Path to a file.
GD_INCLUDE_DIR:PATH=GD_INCLUDE_DIR-NOTFOUND

//Path to a library.
GD_LIB:FILEPATH=GD_LIB-NOTFOUND

//Single output directory for building all libraries.
LIBRARY_OUTPUT_PATH:PATH=

//Default path for libraries within /usr/local
LIB_INSTALL_DIR:STRING=lib

//Build multi-threaded httpd deamon (if possible)
MULTI_THREADED:BOOL=ON

//Path to a file.
MXML_INCLUDE:PATH=MXML_INCLUDE-NOTFOUND

//Path to a library.
MXML_LIB:FILEPATH=MXML_LIB-NOTFOUND

//Force use of supplied mxml over installed mxml.
MXML_SUPPLIED:BOOL=ON

//Path to a file.
MYSQLPP_INCLUDE:PATH=MYSQLPP_INCLUDE-NOTFOUND

//Path to a library.
MYSQLPP_LIBRARIES:FILEPATH=MYSQLPP_LIBRARIES-NOTFOUND

//Path to a file.
MYSQL_INCLUDE:PATH=MYSQL_INCLUDE-NOTFOUND

//Path to a file.
PLAIN_ASIO_INCLUDE:PATH=PLAIN_ASIO_INCLUDE-NOTFOUND

//Invalid qmake found
QT_QMAKE_EXECUTABLE:FILEPATH=QT_QMAKE_EXECUTABLE-NOTFOUND-NOTFOUND

//Default path for wt session management (only used by FCGI connector;
// not relative to CMAKE_INSTALL_PREFIX)
RUNDIR:PATH=/usr/wt/run

//Compile shared libraries
SHARED_LIBS:BOOL=ON

//Path to a file.
SSL_INCLUDE_DIRS:PATH=/usr/include

//Path to a library.
SSL_LIB:FILEPATH=/usr/lib/libssl.dylib

//Other installation prefix for dependent libraries
USERLIB_ROOT:PATH=/usr

//Webserver groupname (e.g. apache or www or users)
WEBGROUP:STRING=apache

//Webserver username (e.g. apache or www)
WEBUSER:STRING=apache

//Path for the wthttpd configuration file
WTHTTP_CONFIGURATION:PATH=/etc/wt/wthttpd

//Value Computed by CMake
WT_BINARY_DIR:STATIC=/Users/khinester/sandboxes/wt/build

//Value Computed by CMake
WT_SOURCE_DIR:STATIC=/Users/khinester/sandboxes/wt

//Path to a file.
ZLIB_INCLUDE:PATH=/usr/include

//Path to a library.
ZLIB_LIB:FILEPATH=/usr/lib/libz.dylib


########################
# INTERNAL cache entries
########################

//Advanced flag for variable: CMAKE_AR
CMAKE_AR-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=/Users/khinester/sandboxes/wt/build
//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 3
//Advanced flag for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/Applications/CMake 2.6-3.app/Contents/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/Applications/CMake 2.6-3.app/Contents/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/Applications/CMake 2.6-3.app/Contents/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
//Advanced flag for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//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=/Applications/CMake 2.6-3.app/Contents/bin/ccmake
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
//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
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Have library pthreads
CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
//Have library pthread
CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
//Have include CMAKE_HAVE_PTHREAD_H
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/Users/khinester/sandboxes/wt
//Advanced flag for variable: CMAKE_INSTALL_NAME_TOOL
CMAKE_INSTALL_NAME_TOOL-ADVANCED: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
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=5
//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=/Applications/CMake 2.6-3.app/Contents/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
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/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: CONFIGDIR
CONFIGDIR-ADVANCED:INTERNAL=1
//Details about finding Threads
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE]

------------------------------------------------------------------------------
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to