forked from PandoraPFA/LArReco
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
imawby edited this page May 28, 2021
·
1 revision
Welcome to the LArReco wiki!
When create a LArReco PR, need to update the CMakeLists.txt to match the larpandoracontent version
In project version section
set(
And in dependencies version section
set(LAR_CONTENT_LIBRARY_NAME "LArContent") find_package(${LAR_CONTENT_LIBRARY_NAME} 03.23.00 REQUIRED)
if(PANDORA_LIBTORCH) set(LAR_DL_CONTENT_LIBRARY_NAME "LArDLContent") find_package(${LAR_DL_CONTENT_LIBRARY_NAME} 03.23.00 REQUIRED)