maliput / maliput_malidrive

Open-source ready OpenDrive backend for Maliput
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Use in-project path to include log_level_falg.h #161

Closed agalbachicar closed 3 years ago

agalbachicar commented 3 years ago

The following cmake warning occurs when building:

CMake Warning (dev) at src/applications/CMakeLists.txt:2 (target_sources):
  Policy CMP0076 is not set: target_sources() command converts relative paths
  to absolute.  Run "cmake --help-policy CMP0076" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  An interface source of target "log_level_flag" has a relative path.
This warning is for project developers.  Use -Wno-dev to suppress it.

Victory condition: suppress the warning.