Skip to content

FindxDAQ.cmake prints error warning messages with CMake 3.17

Summary

Following the packages updates in the CI and the missing Python 3 package, an update of CMake in EPEL (version 3.17) yields to warning messages in FindxDAQ.cmake

Steps to reproduce

  1. Configure the CMake project for the DAQ client applications with the latest version of cmake3 in the EPEL repositories (version 3.17)
  2. Warning messages are displayed as one can see in the CI job output linked below.

What is the expected correct behavior?

No warning message should be displayed by CMake in a controlled, know and correct environment.

Relevant logs and/or screenshots

See job #8399141.

Environment