https://github.com/Kitware/CMake
Raw File
Tip revision: e3747a2d4be427e97af01ca1cce1c6641d4dff74 authored by Brad King on 24 October 2023, 17:46:27 UTC
CMake 3.28.0-rc3
Tip revision: e3747a2
CMP0051-WARN-stderr.txt
CMake Warning \(dev\) at CMP0051-WARN.cmake:6 \(get_target_property\):
  Policy CMP0051 is not set: List TARGET_OBJECTS in SOURCES target property.
  Run "cmake --help-policy CMP0051" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  Target "empty" contains \$<TARGET_OBJECTS> generator expression in its
  sources list.  This content was not previously part of the SOURCES property
  when that property was read at configure time.  Code reading that property
  needs to be adapted to ignore the generator expression using the
  string\(GENEX_STRIP\) command.
Call Stack \(most recent call first\):
  CMakeLists\.txt:[0-9]+ \(include\)
This warning is for project developers.  Use -Wno-dev to suppress it.

Sources: "empty.cpp"
*
CMake Warning \(dev\) at CMP0051-WARN.cmake:12 \(get_target_property\):
  Policy CMP0051 is not set: List TARGET_OBJECTS in SOURCES target property.
  Run "cmake --help-policy CMP0051" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  Target "empty2" contains \$<TARGET_OBJECTS> generator expression in its
  sources list.  This content was not previously part of the SOURCES property
  when that property was read at configure time.  Code reading that property
  needs to be adapted to ignore the generator expression using the
  string\(GENEX_STRIP\) command.
Call Stack \(most recent call first\):
  CMakeLists\.txt:[0-9]+ \(include\)
This warning is for project developers.  Use -Wno-dev to suppress it.

Sources: "../empty.cpp"$
back to top