[Cmake] CMake Error: Error splitting file name off end of path

Sylvain Jaume jaume at tele.ucl.ac.be
Tue Apr 30 00:22:37 EDT 2002


Attached is the CMakeCache.txt I used to compile VTK.
The path is correctly set to /its/software/stow/openmotif-2.1.30/lib
But CMake removes the '/lib' at the end.
If I could prevent this, CMake would find the libraries. Correct ?

Sylvain

On Mon, 29 Apr 2002, William A. Hoffman wrote:

> Looks like a library path has been set to 
> -L/its/software/stow/openmotif-2.1.30/lib -lX11 -lXext.
> Can you send your CMakeCache.txt to the list?
> 
> -Bill
> 
> At 01:22 AM 4/30/2002 +0200, Sylvain Jaume wrote:
> >Compiling VTK with CMake, I've got the error:
> >
> >CMake Error: Error splitting file name off end of path:
> >-L/its/software/stow/openmotif-2.1.30/lib -lX11 -lXext
> >Directory not found: -L/its/software/stow/openmotif-2.1.30
> >
> >But my libraries are in /its/software/stow/openmotif-2.1.30/lib
> >not in /its/software/stow/openmotif-2.1.30
> >
> >How can I tell CMake to keep the '/lib' ?
> >Any help is appreciated.
> >
> >Sylvain
> >
> >_______________________________________________
> >Cmake mailing list
> >Cmake at public.kitware.com
> >http://public.kitware.com/mailman/listinfo/cmake
> 
> 
> _______________________________________________
> Cmake mailing list
> Cmake at public.kitware.com
> http://public.kitware.com/mailman/listinfo/cmake
> 
-------------- next part --------------
# This is the CMakeCache file.
# For build in directory: /home/jaume/VTKBIN
# 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 varible 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
########################

//Path to a program.
BASH:FILEPATH=/bin/bash

//Name of build.
BUILDNAME:STRING=Linux-2.4.7-10-c++

//Build the documentation (Doxygen).
BUILD_DOCUMENTATION:BOOL=ON

//Build VTK examples.
BUILD_EXAMPLES:BOOL=ON

//Build VTK with shared libraries.
BUILD_SHARED_LIBS:BOOL=OFF

//Build the testing tree.
BUILD_TESTING:BOOL=ON

//Path to a program.
CMAKETEST_COMMAND:FILEPATH=/home/jaume/CMAKEBIN/bin/cmaketest

//Archive program used to make archive libraries.
CMAKE_AR:FILEPATH=/usr/bin/ar

//Arguments for CMAKE_AR program to create an archive library.
CMAKE_AR_ARGS:STRING=cr

//Archive program used to make archive libraries of c++ object
// files.
CMAKE_CXX_AR:FILEPATH=/usr/bin/ar

//Arguments for CMAKE_CXX_AR program to create an archive library.
//
CMAKE_CXX_AR_ARGS:STRING=cr

//Name of C++ compiler used.
CMAKE_CXX_COMPILER:FILEPATH=c++

//Flags used by CXX compiler.
CMAKE_CXX_FLAGS:STRING=-O3

//program used to link c++ shared libraries
CMAKE_CXX_LINK_SHARED:STRING=c++

CMAKE_CXX_MODULE_BUILD_FLAGS:STRING=-shared

CMAKE_CXX_MODULE_LINK_FLAGS:STRING=-rdynamic

CMAKE_CXX_SHLIB_BUILD_FLAGS:STRING=-shared

CMAKE_CXX_SHLIB_CFLAGS:STRING=-fPIC

CMAKE_CXX_SHLIB_LINK_FLAGS:STRING=-rdynamic

CMAKE_CXX_SHLIB_RUNTIME_FLAG:STRING=-Wl,-rpath,

CMAKE_CXX_SHLIB_RUNTIME_SEP:STRING=:

//Name of C compiler used.
CMAKE_C_COMPILER:FILEPATH=gcc

//Flags for C compiler.
CMAKE_C_FLAGS:STRING=-O3

//program used to link c shared libraries
CMAKE_C_LINK_SHARED:STRING=gcc

//Dynamic link library to link in.
CMAKE_DL_LIBS:STRING=-ldl

//Use HP pthreads.
CMAKE_HP_PTHREADS:BOOL=0

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/home/jaume/VTKBIN/bin

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/software/bin/gmake

//Flag used by CXX to build a shared library.
CMAKE_MODULE_BUILD_FLAGS:STRING=-shared

//Flags used to link a shared library.
CMAKE_MODULE_LINK_FLAGS:STRING=-rdynamic

//Module library suffix.
CMAKE_MODULE_SUFFIX:STRING=.so

//Library randomizer program used on archive libraries.
CMAKE_RANLIB:FILEPATH=ranlib

//Flag used by CXX to build a shared library.
CMAKE_SHLIB_BUILD_FLAGS:STRING=-shared

//Flag used for building shared library objects.
CMAKE_SHLIB_CFLAGS:STRING=-fPIC

//Libraries used by LD for shared libraries.
CMAKE_SHLIB_LD_LIBS:STRING=

//Flags used to link a shared library.
CMAKE_SHLIB_LINK_FLAGS:STRING=-rdynamic

//Flag used to specify run-time search paths.
CMAKE_SHLIB_RUNTIME_FLAG:STRING=-Wl,-rpath,

//If null, each runtime path is a separate option. Otherwise, they
// are all joined, separated by this.
CMAKE_SHLIB_RUNTIME_SEP:STRING=:

//Shared library suffix.
CMAKE_SHLIB_SUFFIX:STRING=.so

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

//CXX template flags used by compiler.
CMAKE_TEMPLATE_FLAGS:STRING=

//Thread library used.
CMAKE_THREAD_LIBS:STRING=-lpthread

//Use the pthreads library.
CMAKE_USE_PTHREADS:BOOL=1

//Use sproc libs.
CMAKE_USE_SPROC:BOOL=0

//The system uses big endian byte ordering.
CMAKE_WORDS_BIGENDIAN:BOOL=

//X11 extra flags.
CMAKE_X_CFLAGS:STRING=

//Libraries and options used in X11 programs.
CMAKE_X_LIBS:STRING='-L/its/software/stow/openmotif-2.1.30/lib -lX11 -lXext '

//Path to program used to compress files for transfer to the dart
// server
COMPRESSIONCOMMAND:FILEPATH=/bin/gzip

//Path to a program.
CP:FILEPATH=/bin/cp

//Path to a program.
CVSCOMMAND:FILEPATH=/software/bin/cvs

//Options passed to the cvs update command.
CVS_UPDATE_OPTIONS:STRING=-d -A -P

//If you have Dart installed, where is it located?
DART_ROOT:PATH=/home/jaume/Dart

//Time alloted for a test before Dart will kill the test.
DART_TESTING_TIMEOUT:STRING=1500

//Should Dart server send email when build errors are found in
// Continuous builds?
DELIVER_CONTINUOUS_EMAIL:BOOL=Off

//Build the HTML Help file (CHM).
DOCUMENTATION_HTML_HELP:BOOL=OFF

//Build a compressed tar archive of the HTML doc.
DOCUMENTATION_HTML_TARZ:BOOL=OFF

//Path to a program.
DOT:FILEPATH=/home/jaume/graphviz/bin/dot

DOT_PATH:FILEPATH=/home/jaume/graphviz/bin

//Path to a program.
DOXYGEN:FILEPATH=/home/jaume/doxygen/bin/doxygen

//Single output directory for building all executables.
EXECUTABLE_OUTPUT_PATH:PATH=/home/jaume/VTKBIN/bin

//Path to a program.
GNUPLOT:FILEPATH=/software/bin/gnuplot

//Path to gunzip executable
GUNZIPCOMMAND:FILEPATH=/bin/gunzip

//Path to a program.
GZIP:FILEPATH=/bin/gzip

//Path to java command, used by the Dart server to create html.
//
JAVACOMMAND:FILEPATH=/software/bin/java

//Single output directory for building all libraries.
LIBRARY_OUTPUT_PATH:PATH=/home/jaume/VTKBIN/bin

//Command used to build entire project from the command line.
MAKECOMMAND:STRING=/software/bin/gmake -i

//Path to a program.
MV:FILEPATH=/bin/mv

//What is the path where the file GL/gl.h can be found
OPENGL_INCLUDE_PATH:PATH=/usr/include

//Where can the GL library be found
OPENGL_LIBRARY:FILEPATH=/usr/lib/libGL.so

//Path to a program.
PERL:FILEPATH=/software/bin/perl

//Path to Rational purify command, used for memory error detection.
//
PURIFYCOMMAND:FILEPATH=NOTFOUND

//Path to a program.
PYTHON_EXECUTABLE:FILEPATH=/software/bin/python

//Path to a program.
RM:FILEPATH=/bin/rm

//Path to scp command, used by some Dart clients for submitting
// results to a Dart server (when not using ftp for submissions)
//
SCPCOMMAND:FILEPATH=/software/bin/scp

//Name of the computer/site where compile is being run
SITE:STRING=heliodor.cs.caltech.edu

//Path to a program.
TAR:FILEPATH=/bin/tar

//Path to a program.
TCL_TCLSH:FILEPATH=/usr/bin/tclsh

//Show the actual output of the build, or if off show a . for each
// 1024 bytes.
VERBOSE_BUILD:BOOL=OFF

//Value Computed by CMake
VTKEXPAT_BINARY_DIR:STATIC=/home/jaume/VTKBIN/Utilities/expat

//Value Computed by CMake
VTKEXPAT_SOURCE_DIR:STATIC=/home/jaume/VTK/Utilities/expat

//Value Computed by CMake
VTKJPEG_BINARY_DIR:STATIC=/home/jaume/VTKBIN/Utilities/jpeg

//Value Computed by CMake
VTKJPEG_SOURCE_DIR:STATIC=/home/jaume/VTK/Utilities/jpeg

//Value Computed by CMake
VTKPNG_BINARY_DIR:STATIC=/home/jaume/VTKBIN/Utilities/png

//Value Computed by CMake
VTKPNG_SOURCE_DIR:STATIC=/home/jaume/VTK/Utilities/png

//Value Computed by CMake
VTKTIFF_BINARY_DIR:STATIC=/home/jaume/VTKBIN/Utilities/tiff

//Value Computed by CMake
VTKTIFF_SOURCE_DIR:STATIC=/home/jaume/VTK/Utilities/tiff

//Value Computed by CMake
VTKZLIB_BINARY_DIR:STATIC=/home/jaume/VTKBIN/Utilities/zlib

//Value Computed by CMake
VTKZLIB_SOURCE_DIR:STATIC=/home/jaume/VTK/Utilities/zlib

//Value Computed by CMake
VTK_BINARY_DIR:STATIC=/home/jaume/VTKBIN

//What is the path where the file VTKData.readme can be found
VTK_DATA_ROOT:PATH=/home/jaume/VTKData

//Build leak checking support into vtk.
VTK_DEBUG_LEAKS:BOOL=OFF

//Use mangled Mesa with OpenGL
VTK_MANGLE_MESA:BOOL=OFF

//The opengl library being used supports off screen Mesa calls.
//
VTK_OPENGL_HAS_OSMESA:BOOL=OFF

//Value Computed by CMake
VTK_SOURCE_DIR:STATIC=/home/jaume/VTK

//Build VTK with 64 bit ids
VTK_USE_64BIT_IDS:BOOL=OFF

//Use the ANSI standard iostream library
VTK_USE_ANSI_STDLIB:BOOL=OFF

//Build the hybrid directory classes
VTK_USE_HYBRID:BOOL=OFF

//Build the parallel directory classes
VTK_USE_PARALLEL:BOOL=OFF

//Build the patented directory classes, these classes are patented
// and may require a license to use
VTK_USE_PATENTED:BOOL=OFF

//Build the rendering classes used for displaying
VTK_USE_RENDERING:BOOL=ON

//Build VTK with volume pro support
VTK_USE_VOLUMEPRO:BOOL=OFF

//Build classes for the X11 window manager
VTK_USE_X:BOOL=ON

//wrap classes into the Java language
VTK_WRAP_JAVA:BOOL=OFF

//wrap classes into the Python interpreted language
VTK_WRAP_PYTHON:BOOL=OFF

//wrap classes into the TCL intepreted language
VTK_WRAP_TCL:BOOL=OFF

//Path to a program.
WGET:FILEPATH=/usr/bin/wget


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

//Advanced flag for variable: BASH
BASH-ADVANCED:INTERNAL=1
//Advanced flag for variable: BUILDNAME
BUILDNAME-ADVANCED:INTERNAL=1
//Advanced flag for variable: BUILD_DOCUMENTATION
BUILD_DOCUMENTATION-ADVANCED:INTERNAL=1
//Path to CMakeCommand executable.
CCOMMAND_COMMAND:INTERNAL=/home/jaume/CMAKEBIN/bin/ccommand
//Advanced flag for variable: CMAKETEST_COMMAND
CMAKETEST_COMMAND-ADVANCED:INTERNAL=1
//What flags are required by the c++ compiler to make it ansi.
CMAKE_ANSI_CFLAGS:INTERNAL=
//Advanced flag for variable: CMAKE_ANSI_CFLAGS
CMAKE_ANSI_CFLAGS-ADVANCED:INTERNAL=1
//What flags are required by the c++ compiler to make it ansi.
CMAKE_ANSI_CXXFLAGS:INTERNAL=
//Advanced flag for variable: CMAKE_ANSI_CXXFLAGS
CMAKE_ANSI_CXXFLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_AR_ARGS
CMAKE_AR_ARGS-ADVANCED:INTERNAL=1
//What is the target build tool cmake is generating for.
CMAKE_BUILD_TOOL:INTERNAL=make
//This is the directory where this CMakeCahe.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/jaume/VTKBIN
//Major version of cmake used to create the current loaded cache
//
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=1
//Minor version of cmake used to create the current loaded cache
//
CMAKE_CACHE_MINOR_VERSION:INTERNAL=3
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/home/jaume/CMAKEBIN/bin/cmake
//Is the compile GNU C++.
CMAKE_COMPILER_IS_GNUCXX:INTERNAL=1
//Advanced flag for variable: CMAKE_COMPILER_IS_GNUCXX
CMAKE_COMPILER_IS_GNUCXX-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_AR
CMAKE_CXX_AR-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_AR_ARGS
CMAKE_CXX_AR_ARGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_LINK_SHARED
CMAKE_CXX_LINK_SHARED-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_MODULE_BUILD_FLAGS
CMAKE_CXX_MODULE_BUILD_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_MODULE_LINK_FLAGS
CMAKE_CXX_MODULE_LINK_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_SHLIB_BUILD_FLAGS
CMAKE_CXX_SHLIB_BUILD_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_SHLIB_CFLAGS
CMAKE_CXX_SHLIB_CFLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_SHLIB_LINK_FLAGS
CMAKE_CXX_SHLIB_LINK_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_SHLIB_RUNTIME_FLAG
CMAKE_CXX_SHLIB_RUNTIME_FLAG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_SHLIB_RUNTIME_SEP
CMAKE_CXX_SHLIB_RUNTIME_SEP-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_LINK_SHARED
CMAKE_C_LINK_SHARED-ADVANCED:INTERNAL=1
//shared link flags for cc
CMAKE_C_SHLIB_LINK_FLAGS:INTERNAL=-rdynamic
//Advanced flag for variable: CMAKE_C_SHLIB_LINK_FLAGS
CMAKE_C_SHLIB_LINK_FLAGS-ADVANCED:INTERNAL=1
//runtime directory flag for cc
CMAKE_C_SHLIB_RUNTIME_FLAG:INTERNAL=-Wl,-rpath,
//Advanced flag for variable: CMAKE_C_SHLIB_RUNTIME_FLAG
CMAKE_C_SHLIB_RUNTIME_FLAG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_DL_LIBS
CMAKE_DL_LIBS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXECUTABLE_SUFFIX
CMAKE_EXECUTABLE_SUFFIX-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Is X11 around.
CMAKE_HAS_X:INTERNAL=1
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/jaume/VTK
//Advanced flag for variable: CMAKE_HP_PTHREADS
CMAKE_HP_PTHREADS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_BUILD_FLAGS
CMAKE_MODULE_BUILD_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINK_FLAGS
CMAKE_MODULE_LINK_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_SUFFIX
CMAKE_MODULE_SUFFIX-ADVANCED:INTERNAL=1
//Does the compiler support ansi for scoping.
CMAKE_NO_ANSI_FOR_SCOPE:INTERNAL=
//Advanced flag for variable: CMAKE_NO_ANSI_FOR_SCOPE
CMAKE_NO_ANSI_FOR_SCOPE-ADVANCED:INTERNAL=1
//Does the compiler support headers like iostream.
CMAKE_NO_ANSI_STREAM_HEADERS:INTERNAL=
//Advanced flag for variable: CMAKE_NO_ANSI_STREAM_HEADERS
CMAKE_NO_ANSI_STREAM_HEADERS-ADVANCED:INTERNAL=1
//Does the compiler not support explicit template instantiation.
//
CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION:INTERNAL=
//Advanced flag for variable: CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION
//
CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION-ADVANCED:INTERNAL=1
//Does the compiler support std::.
CMAKE_NO_STD_NAMESPACE:INTERNAL=
//Advanced flag for variable: CMAKE_NO_STD_NAMESPACE
CMAKE_NO_STD_NAMESPACE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_OBJECT_FILE_SUFFIX
CMAKE_OBJECT_FILE_SUFFIX-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/home/jaume/CMake
//Advanced flag for variable: CMAKE_SHLIB_BUILD_FLAGS
CMAKE_SHLIB_BUILD_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHLIB_CFLAGS
CMAKE_SHLIB_CFLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHLIB_LD_LIBS
CMAKE_SHLIB_LD_LIBS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHLIB_LINK_FLAGS
CMAKE_SHLIB_LINK_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHLIB_RUNTIME_FLAG
CMAKE_SHLIB_RUNTIME_FLAG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHLIB_RUNTIME_SEP
CMAKE_SHLIB_RUNTIME_SEP-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHLIB_SUFFIX
CMAKE_SHLIB_SUFFIX-ADVANCED:INTERNAL=1
//Size of char data type
CMAKE_SIZEOF_CHAR:INTERNAL=1
//Size of double data type
CMAKE_SIZEOF_DOUBLE:INTERNAL=8
//Size of float data type
CMAKE_SIZEOF_FLOAT:INTERNAL=4
//Size of int data type
CMAKE_SIZEOF_INT:INTERNAL=4
//Size of long data type
CMAKE_SIZEOF_LONG:INTERNAL=4
//Size of short data type
CMAKE_SIZEOF_SHORT:INTERNAL=2
//Size of void* data type
CMAKE_SIZEOF_VOID_P:INTERNAL=4
//Advanced flag for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_STATICLIB_SUFFIX
CMAKE_STATICLIB_SUFFIX-ADVANCED:INTERNAL=1
//What system is this.  Result of uname.
CMAKE_SYSTEM:INTERNAL=Linux-2.4.7-10
//Advanced flag for variable: CMAKE_TEMPLATE_FLAGS
CMAKE_TEMPLATE_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_THREAD_LIBS
CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_USE_PTHREADS
CMAKE_USE_PTHREADS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_USE_SPROC
CMAKE_USE_SPROC-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_USE_WIN32_THREADS
CMAKE_USE_WIN32_THREADS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_WORDS_BIGENDIAN
CMAKE_WORDS_BIGENDIAN-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_X_CFLAGS
CMAKE_X_CFLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_X_LIBS
CMAKE_X_LIBS-ADVANCED:INTERNAL=1
//Advanced flag for variable: COMPRESSIONCOMMAND
COMPRESSIONCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: CP
CP-ADVANCED:INTERNAL=1
//Advanced flag for variable: CVSCOMMAND
CVSCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: CVS_UPDATE_OPTIONS
CVS_UPDATE_OPTIONS-ADVANCED:INTERNAL=1
//Path to an executable
CellLocator:INTERNAL=/home/jaume/VTKBIN/Graphics/Testing/Cxx
//Advanced flag for variable: DART_TESTING_TIMEOUT
DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1
//Advanced flag for variable: DELIVER_CONTINUOUS_EMAIL
DELIVER_CONTINUOUS_EMAIL-ADVANCED:INTERNAL=1
//Advanced flag for variable: DOCUMENTATION_HTML_HELP
DOCUMENTATION_HTML_HELP-ADVANCED:INTERNAL=1
//Advanced flag for variable: DOCUMENTATION_HTML_TARZ
DOCUMENTATION_HTML_TARZ-ADVANCED:INTERNAL=1
//Advanced flag for variable: DOT
DOT-ADVANCED:INTERNAL=1
//Advanced flag for variable: DOT_PATH
DOT_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: DOXYGEN
DOXYGEN-ADVANCED:INTERNAL=1
//Advanced flag for variable: EXECUTABLE_OUTPUT_PATH
EXECUTABLE_OUTPUT_PATH-ADVANCED:INTERNAL=1
//Path to an executable
FrustumClip:INTERNAL=/home/jaume/VTKBIN/Graphics/Testing/Cxx
//Advanced flag for variable: GNUPLOT
GNUPLOT-ADVANCED:INTERNAL=1
//Advanced flag for variable: GUNZIPCOMMAND
GUNZIPCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: GZIP
GZIP-ADVANCED:INTERNAL=1
//Path to an executable
ImportExport:INTERNAL=/home/jaume/VTKBIN/Imaging/Testing/Cxx
//Advanced flag for variable: JAVACOMMAND
JAVACOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: LIBRARY_OUTPUT_PATH
LIBRARY_OUTPUT_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: MAKECOMMAND
MAKECOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: MV
MV-ADVANCED:INTERNAL=1
//Path to an executable
Mace:INTERNAL=/home/jaume/VTKBIN/Graphics/Testing/Cxx
//Path to an executable
ObjectFactory:INTERNAL=/home/jaume/VTKBIN/Common/Testing/Cxx
//Advanced flag for variable: PERL
PERL-ADVANCED:INTERNAL=1
//Advanced flag for variable: PURIFYCOMMAND
PURIFYCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: PYTHON_EXECUTABLE
PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
//Path to an executable
PointLocator:INTERNAL=/home/jaume/VTKBIN/Graphics/Testing/Cxx
//Path to an executable
RGrid:INTERNAL=/home/jaume/VTKBIN/Graphics/Testing/Cxx
//Advanced flag for variable: RM
RM-ADVANCED:INTERNAL=1
//Advanced flag for variable: SCPCOMMAND
SCPCOMMAND-ADVANCED:INTERNAL=1
//Advanced flag for variable: SITE
SITE-ADVANCED:INTERNAL=1
//Advanced flag for variable: TAR
TAR-ADVANCED:INTERNAL=1
//Path to an executable
TestContainers:INTERNAL=/home/jaume/VTKBIN/Common/Testing/Cxx
//Path to an executable
TestImageIterator:INTERNAL=/home/jaume/VTKBIN/Common/Testing/Cxx
//Path to an executable
TimeRenderer:INTERNAL=/home/jaume/VTKBIN/Rendering/Testing/Cxx
//Path to an executable
TimeRenderer2:INTERNAL=/home/jaume/VTKBIN/Rendering/Testing/Cxx
//Advanced flag for variable: VERBOSE_BUILD
VERBOSE_BUILD-ADVANCED:INTERNAL=1
//Is this VTK built with shared libraries.
VTK_BUILD_SHARED_LIBS:INTERNAL=OFF
//Advanced flag for variable: VTK_DEBUG_LEAKS
VTK_DEBUG_LEAKS-ADVANCED:INTERNAL=1
//Where VTK libraries are. Used by projects which depend on VTK.
// Do not remove.
VTK_LIBRARY_PATH:INTERNAL=/home/jaume/VTKBIN/bin
//Advanced flag for variable: VTK_MANGLE_MESA
VTK_MANGLE_MESA-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_OPENGL_HAS_OSMESA
VTK_OPENGL_HAS_OSMESA-ADVANCED:INTERNAL=1
//Advanced flag for variable: VTK_USE_64BIT_IDS
VTK_USE_64BIT_IDS-ADVANCED:INTERNAL=1
//Advanced flag for variable: WGET
WGET-ADVANCED:INTERNAL=1
//Path to an executable
expCos:INTERNAL=/home/jaume/VTKBIN/Graphics/Testing/Cxx
//Path to an executable
mkg3states:INTERNAL=/home/jaume/VTKBIN/Utilities/tiff
//Path to an executable
otherArrays:INTERNAL=/home/jaume/VTKBIN/Common/Testing/Cxx
//Path to an executable
otherByteSwap:INTERNAL=/home/jaume/VTKBIN/Common/Testing/Cxx
//Path to an executable
otherCellArray:INTERNAL=/home/jaume/VTKBIN/Common/Testing/Cxx
//Path to an executable
otherCellBoundaries:INTERNAL=/home/jaume/VTKBIN/Common/Testing/Cxx
//Path to an executable
otherCellDerivatives:INTERNAL=/home/jaume/VTKBIN/Common/Testing/Cxx
//Path to an executable
otherCellPosition:INTERNAL=/home/jaume/VTKBIN/Common/Testing/Cxx
//Path to an executable
otherCellTypes:INTERNAL=/home/jaume/VTKBIN/Common/Testing/Cxx
//Path to an executable
otherColorTransferFunction:INTERNAL=/home/jaume/VTKBIN/Filtering/Testing/Cxx
//Path to an executable
otherCoordinate:INTERNAL=/home/jaume/VTKBIN/Rendering/Testing/Cxx
//Path to an executable
otherEmptyCell:INTERNAL=/home/jaume/VTKBIN/Common/Testing/Cxx
//Path to an executable
otherFieldData:INTERNAL=/home/jaume/VTKBIN/Common/Testing/Cxx
//Path to an executable
otherLookupTable:INTERNAL=/home/jaume/VTKBIN/Common/Testing/Cxx
//Path to an executable
otherRectilinearGrid:INTERNAL=/home/jaume/VTKBIN/Common/Testing/Cxx
//Path to an executable
otherStructuredGrid:INTERNAL=/home/jaume/VTKBIN/Common/Testing/Cxx
//Path to an executable
otherTimerLog:INTERNAL=/home/jaume/VTKBIN/Common/Testing/Cxx
//Path to an executable
volProt:INTERNAL=/home/jaume/VTKBIN/Graphics/Testing/Cxx
//Path to a library
vtkCommon:INTERNAL=/home/jaume/VTKBIN/Common
//Whether a library is static, shared or module.
vtkCommon_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
vtkFiltering:INTERNAL=/home/jaume/VTKBIN/Filtering
//Whether a library is static, shared or module.
vtkFiltering_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
vtkGraphics:INTERNAL=/home/jaume/VTKBIN/Graphics
//Whether a library is static, shared or module.
vtkGraphics_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
vtkIO:INTERNAL=/home/jaume/VTKBIN/IO
//Whether a library is static, shared or module.
vtkIO_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
vtkImaging:INTERNAL=/home/jaume/VTKBIN/Imaging
//Whether a library is static, shared or module.
vtkImaging_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
vtkRendering:INTERNAL=/home/jaume/VTKBIN/Rendering
//Whether a library is static, shared or module.
vtkRendering_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
vtkexpat:INTERNAL=/home/jaume/VTKBIN/Utilities/expat
//Whether a library is static, shared or module.
vtkexpat_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
vtkjpeg:INTERNAL=/home/jaume/VTKBIN/Utilities/jpeg
//Whether a library is static, shared or module.
vtkjpeg_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
vtkpng:INTERNAL=/home/jaume/VTKBIN/Utilities/png
//Whether a library is static, shared or module.
vtkpng_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
vtktiff:INTERNAL=/home/jaume/VTKBIN/Utilities/tiff
//Whether a library is static, shared or module.
vtktiff_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
vtkzlib:INTERNAL=/home/jaume/VTKBIN/Utilities/zlib
//Whether a library is static, shared or module.
vtkzlib_LIBRARY_TYPE:INTERNAL=STATIC



More information about the CMake mailing list