Skip to content

EB CMake bug fix PCIe40 library detection

Flavio Pisani requested to merge EB_cmake_fix into master

Adding NO_CACHE to find_path(PCIE40_DAQ_INC.. This is supported only in CMake 3.21 and above, we are currently running an older version. We should check what happens with a newer CMake.

Merge request reports