diff options
author | Brad King <brad.king@kitware.com> | 2022-01-18 21:01:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-01-29 11:48:12 (GMT) |
commit | 1bc98371d151d75b2321c3da46b14c26ef92a821 (patch) | |
tree | 0fdbf046ba4f85050d99ca2cce63c3e94195310d /Tests | |
parent | d2f4f17b90a2a37911d256684447d0bfabc7d295 (diff) | |
download | CMake-1bc98371d151d75b2321c3da46b14c26ef92a821.zip CMake-1bc98371d151d75b2321c3da46b14c26ef92a821.tar.gz CMake-1bc98371d151d75b2321c3da46b14c26ef92a821.tar.bz2 |
Tests: Remove unnecessary policy setting from ObjectLibrary test
Since commit 72e7c45e98 (Tests: Bump CMake minimum required in tests to
2.8.12, 2020-12-22, v3.20.0-rc1~224^2), policy CMP0022 is set to NEW for
the entire test. Remove a leftover explicit setting.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/ObjectLibrary/Transitive/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/ObjectLibrary/Transitive/CMakeLists.txt b/Tests/ObjectLibrary/Transitive/CMakeLists.txt index d616cda..e9f57d4 100644 --- a/Tests/ObjectLibrary/Transitive/CMakeLists.txt +++ b/Tests/ObjectLibrary/Transitive/CMakeLists.txt @@ -1,4 +1,3 @@ -cmake_policy(SET CMP0022 NEW) add_library(FooStatic STATIC FooStatic.c) add_library(FooObject1 OBJECT FooObject.c) |