Browse Source

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.
Brad King 3 years ago
parent
commit
1bc98371d1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Tests/ObjectLibrary/Transitive/CMakeLists.txt

+ 0 - 1
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)