I'm trying to build the project from the source and I've achieved building the following packages before hand and they are therefore, on the latest version.
- podio
- delphes
- geant4
- gaudi
FCCAnalyses finds package podio yet fails to build the project because of missing target podio::podioDataSource. Maybe this has changed in the last updates for podio.
Should we fix this? or is it only on my computer?
Error Log:
CMake Error at analyzers/dataframe/CMakeLists.txt:67 (target_link_libraries):
Target "FCCAnalyses" links to:
podio::podioDataSource
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
CMake Error at tests/integration/CMakeLists.txt:5 (target_link_libraries):
Target "integration_low_level_edm4hep" links to:
podio::podioDataSource
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
CMake Error at tests/integration/CMakeLists.txt:19 (target_link_libraries):
Target "integration_low_level_associations" links to:
podio::podioDataSource
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
CMake Error at tests/integration/CMakeLists.txt:35 (target_link_libraries):
Target "integration_data_source" links to:
podio::podioDataSource
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
CMake Error at tests/integration/CMakeLists.txt:50 (target_link_libraries):
Target "integration_data_source_associations" links to:
podio::podioDataSource
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
I'm trying to build the project from the source and I've achieved building the following packages before hand and they are therefore, on the latest version.
FCCAnalyses finds package
podioyet fails to build the project because of missing targetpodio::podioDataSource. Maybe this has changed in the last updates forpodio.Should we fix this? or is it only on my computer?
Error Log: