slightly improved the rge handler.

This commit is contained in:
2021-04-01 20:37:08 +02:00
parent cab8703f85
commit 56f094dad0
2 changed files with 6 additions and 6 deletions

View File

@@ -185,7 +185,7 @@ if (OpenMP_FOUND)
endif (OpenMP_FOUND)
target_link_libraries(PUserFcnBase ${ROOT_LIBRARIES})
target_link_libraries(PRgeHandler ${ROOT_LIBRARIES})
target_link_libraries(PRgeHandler ${Boost_LIBRARIES} ${ROOT_LIBRARIES})
target_link_libraries(PMusr ${DependOnLibs})
#--- install PUserFcnBase solib -----------------------------------------------