In the top level CMakeLists.txt file we have:
find_package( dfelibs REQUIRED )
but a dfelibs build doesn't install a dfelibsConfig.cmake file so I think this setup is impossible.
I think this makes building with -DTRACCC_USE_SYSTEM_DFELIBS=ON impossible. Or am I missing something?
In the top level CMakeLists.txt file we have:
find_package( dfelibs REQUIRED )but a dfelibs build doesn't install a
dfelibsConfig.cmakefile so I think this setup is impossible.I think this makes building with
-DTRACCC_USE_SYSTEM_DFELIBS=ONimpossible. Or am I missing something?