Oops, set CMake 3.20 CMP0116 policy to OLD

hsh
Luke Street 3 years ago
parent 2e880ba98b
commit f52a7015b7
  1. 4
      atdna/atdnaHelpers.cmake

@ -3,8 +3,8 @@
# across all dependencies.
#
# CMake 3.20: Transform add_custom_command DEPFILE for Ninja
cmake_policy(SET CMP0116 NEW)
# CMake 3.20: Don't transform add_custom_command DEPFILE for Ninja
cmake_policy(SET CMP0116 OLD)
function(_atdna_gather_include_directories_impl target_name)
get_target_property(target_dependencies ${target_name} INTERFACE_LINK_LIBRARIES)

Loading…
Cancel
Save