Merge topic 'release-win64'

4cdd6363 Utilities/Release: Skip spurious Qt5Autogen test for nightly win64 binary
This commit is contained in:
Brad King 2016-03-23 11:19:17 -04:00 committed by CMake Topic Stage
commit 0235eac04b
1 changed files with 4 additions and 0 deletions

View File

@ -26,4 +26,8 @@ set(CXXFLAGS "${ppflags}")
set(ENV ". ~/rel/env64")
get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
set(GIT_EXTRA "git config core.autocrlf true")
if(CMAKE_CREATE_VERSION STREQUAL "nightly")
# Some tests fail spuriously too often.
set(EXTRA_CTEST_ARGS "-E Qt5Autogen")
endif()
include(${path}/release_cmake.cmake)