Reformatted the configuration summary message generated by cake.

Turned off tree view for generated documentation (for the time being).
Added a link to the Continuous Integration dashboard from the main page.
This commit is contained in:
Ward Fisher 2014-03-08 17:04:14 -07:00
parent cfae3cb196
commit f0475ada7b
3 changed files with 13 additions and 10 deletions

View File

@ -291,16 +291,16 @@ MACRO(print_conf_summary)
MESSAGE("")
MESSAGE("Configuration Summary:")
MESSAGE("")
MESSAGE(STATUS "\tBuild Type:\t\t\t" ${CMAKE_BUILD_TYPE})
MESSAGE(STATUS "\tBuilding Shared Libraries:\t" ${BUILD_SHARED_LIBS})
MESSAGE(STATUS "\tBuilding netCDF-4:\t\t" ${ENABLE_NETCDF_4})
MESSAGE(STATUS "\tBuilding DAP Support:\t\t" ${ENABLE_DAP})
MESSAGE(STATUS "\tBuilding Utilities:\t\t" ${BUILD_UTILITIES})
MESSAGE(STATUS "Build Type:\t\t\t" ${CMAKE_BUILD_TYPE})
MESSAGE(STATUS "Building Shared Libraries:\t" ${BUILD_SHARED_LIBS})
MESSAGE(STATUS "Building netCDF-4:\t\t" ${ENABLE_NETCDF_4})
MESSAGE(STATUS "Building DAP Support:\t\t" ${ENABLE_DAP})
MESSAGE(STATUS "Building Utilities:\t\t" ${BUILD_UTILITIES})
IF(CMAKE_PREFIX_PATH)
MESSAGE(STATUS "\tCMake Prefix Path:\t\t" "${CMAKE_PREFIX_PATH}")
MESSAGE(STATUS "CMake Prefix Path:\t\t" "${CMAKE_PREFIX_PATH}")
ENDIF()
MESSAGE(STATUS "\tUsing pnetcdf:\t\t\t" ${STATUS_PNETCDF})
MESSAGE(STATUS "\tUsing Parallel IO:\t\t" ${STATUS_PARALLEL})
MESSAGE(STATUS "Using pnetcdf:\t\t\t" ${STATUS_PNETCDF})
MESSAGE(STATUS "Using Parallel IO:\t\t" ${STATUS_PARALLEL})
MESSAGE("")
IF(ENABLE_TESTS)
MESSAGE(STATUS "\tTests Enabled:\t\t\t${ENABLE_TESTS}")

View File

@ -1431,7 +1431,7 @@ DISABLE_INDEX = NO
# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
# Windows users are probably better off using the HTML help feature.
GENERATE_TREEVIEW = YES
GENERATE_TREEVIEW = NO
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
# doxygen will group on one line in the generated HTML documentation.

View File

@ -19,6 +19,10 @@ The NetCDF homepage may be found at <a href="http://www.unidata.ucar.edu/netcdf"
- \ref release_notes
- \ref getting_and_building_netcdf
\subsubsection nightly_status The Latest NetCDF-C Build Status
- <A href="http://my.cdash.org/index.php?project=netcdf-c">The NetCDF-C Nightly and Continuous Integration Dashboard</A>
\subsection learn-more Learn more about using NetCDF-C
- \ref tutorial
@ -26,7 +30,6 @@ The NetCDF homepage may be found at <a href="http://www.unidata.ucar.edu/netcdf"
- \ref netcdf_working_with_netcdf_files
- <a class="el" href="http://www.unidata.ucar.edu/software/netcdf/docs/index-413.html">Older Documentation, plus details regarding netcdf-fortran and netcdf-cxx.</a>
\subsection netcdf-cmake-windows NetCDF CMake and Windows support:
- \ref netCDF-CMake
- \ref winbin