Computer Assited Medical Intervention Tool Kit  version 3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
nightly.cmake File Reference

Functions

 else () message(FATAL_ERROR"CAMITK_CONTINUOUS_INTEGRATION value must be given as option of the ctest command calling this script.") endif() site_name(CTEST_SITE) set(CTEST_BUILD_NAME $
 
 if (NOT DEFINED CTEST_SOURCE_DIRECTORY) message(FATAL_ERROR"Please provide the source directory of the continuous test with the CTEST_SOURCE_DIRECTORY argument") endif() if(NOT DEFINED CTEST_BINARY_DIRECTORY) message(FATAL_ERROR"Please provide the build directory of the continuous test with the CTEST_BINARY_DIRECTORY argument") endif() if(CAMITK_CONTINUOUS_INTEGRATION) string(REGEX REPLACE"^(.*)-.*-.*""\\1"COMPILER"$
 
 if (UNIX) set(CTEST_CMAKE_GENERATOR"Unix Makefiles") elseif(WIN32) if(COMPILER MATCHES"MinGW"OR"MINGW") set(CTEST_CMAKE_GENERATOR"MinGW Makefiles") elseif(COMPILER MATCHES"MSVC2008") set(CTEST_CMAKE_GENERATOR"Visual Studio 9 2008") elseif(COMPILER MATCHES"MSVC2010"AND ARCH MATCHES"32bits") set(CTEST_CMAKE_GENERATOR"Visual Studio 10") set(CMAKE_MAKE_PROGRAM"C
 
 string (REGEX REPLACE"^.*-(.*)-.*""\\1"ARCH"${CAMITK_CONTINUOUS_INTEGRATION}") string(REGEX REPLACE"^.*-.*-(.*)""\\1"BUILDTYPE"$
 

Function Documentation

else ( )
if ( NOT DEFINED  CTEST_SOURCE_DIRECTORY)
if ( UNIX  )
string ( REGEX REPLACE"^.*-(.*)-.*""\\1"ARCH"${CAMITK_CONTINUOUS_INTEGRATION}"  )