Merge topic 'xcode-5-no-BuildDepends-help'

7f459a6 Xcode: Teach BuildDepends test that Xcode >= 5 needs no help
This commit is contained in:
Brad King 2013-10-09 10:25:09 -04:00 committed by CMake Topic Stage
commit 7e4910fe47
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ project(BuildDepends)
set(CMAKE_SUPPRESS_REGENERATION 1)
# Xcode needs some help with the fancy dependencies in this test.
if("${CMAKE_GENERATOR}" MATCHES "Xcode")
if(XCODE AND XCODE_VERSION VERSION_LESS 5)
set(HELP_XCODE 1)
endif()
function(help_xcode_depends)