mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -06:00
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:
@@ -1,4 +1,3 @@
|
||||
cmake_policy(SET CMP0022 NEW)
|
||||
add_library(FooStatic STATIC FooStatic.c)
|
||||
|
||||
add_library(FooObject1 OBJECT FooObject.c)
|
||||
|
||||
Reference in New Issue
Block a user