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.
This commit is contained in:
Brad King
2022-01-18 16:01:40 -05:00
parent d2f4f17b90
commit 1bc98371d1

View File

@@ -1,4 +1,3 @@
cmake_policy(SET CMP0022 NEW)
add_library(FooStatic STATIC FooStatic.c)
add_library(FooObject1 OBJECT FooObject.c)