Update test exclusion following bug fix in recent cmake versions.
Change-Id: I8174ca78b4e2d8b4344278acf8ca4b0db3115d1a Reviewed-by: Alexander Neundorf <neundorf@kde.org> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
parent
333817b9cf
commit
bcc14954d3
@ -70,8 +70,8 @@ if (NOT NO_DBUS)
|
||||
expect_pass(test_dbus_module)
|
||||
endif()
|
||||
expect_pass(test_multiple_find_package)
|
||||
if (NOT WIN32)
|
||||
# Currently broken on windows. Reported upstream:
|
||||
if (NOT WIN32 OR (WIN32 AND NOT CMAKE_VERSION VERSION_LESS 2.8.11))
|
||||
# Broken on windows on earlier CMake versions.
|
||||
# http://public.kitware.com/Bug/view.php?id=13392
|
||||
expect_pass(test_add_resources_delayed_file)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user