diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2016-04-17 12:52:37 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2016-04-17 12:52:37 +0000 |
commit | 5a5657cda118b8d98577da39715943beb995dd9f (patch) | |
tree | 30c2fccb02abe69d279b31cf30ffc7febcbbd732 /tools/cmake/patches/100-disable_qt_tests.patch | |
parent | 70e30d322bb70770ab48fa6f38ea2b79b5c73620 (diff) | |
download | mtk-20170518-5a5657cda118b8d98577da39715943beb995dd9f.zip mtk-20170518-5a5657cda118b8d98577da39715943beb995dd9f.tar.gz mtk-20170518-5a5657cda118b8d98577da39715943beb995dd9f.tar.bz2 |
tools/cmake: update to 3.5.1
Update cmake to 3.5.1
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 49186
Diffstat (limited to 'tools/cmake/patches/100-disable_qt_tests.patch')
-rw-r--r-- | tools/cmake/patches/100-disable_qt_tests.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cmake/patches/100-disable_qt_tests.patch b/tools/cmake/patches/100-disable_qt_tests.patch index 417e27a..9d2f641 100644 --- a/tools/cmake/patches/100-disable_qt_tests.patch +++ b/tools/cmake/patches/100-disable_qt_tests.patch @@ -1,6 +1,6 @@ --- a/Tests/RunCMake/CMakeLists.txt +++ b/Tests/RunCMake/CMakeLists.txt -@@ -216,15 +216,6 @@ +@@ -217,15 +217,6 @@ add_RunCMake_test(interface_library) add_RunCMake_test(no_install_prefix) add_RunCMake_test(configure_file) @@ -18,7 +18,7 @@ add_RunCMake_test(FindPkgConfig) --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt -@@ -390,10 +390,6 @@ +@@ -389,10 +389,6 @@ if(BUILD_TESTING) list(APPEND TEST_BUILD_DIRS ${CMake_TEST_INSTALL_PREFIX}) |