https://github.com/Kitware/CMake
Revision fb26fcb261c927687f66b556df83ff6546f9bbd9 authored by Brad King on 03 February 2017, 14:32:45 UTC, committed by CMake Topic Stage on 03 February 2017, 14:32:45 UTC
37ed860a GNU C++: record that -fvisibility-inlines-hidden is available since 4.0
94a8ee6f GNU C: record that C99 is available since at least 3.4
940bf6a4 Tests/Module/WCDH: only use -Werror=undef compiler flag if actually supported
f26ca5a1 Tests/Module/WCDH: write multi_file_compiler_detection.h before using it

2 parent s 6286d26 + 37ed860
Raw File
Tip revision: fb26fcb261c927687f66b556df83ff6546f9bbd9 authored by Brad King on 03 February 2017, 14:32:45 UTC
Merge topic 'gcc-features'
Tip revision: fb26fcb
DartConfig.cmake
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

set(CTEST_PROJECT_NAME "CMake")
set(CTEST_NIGHTLY_START_TIME "21:00:00 EDT")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "open.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=CMake")
set(CTEST_DROP_SITE_CDASH TRUE)
back to top