Skip to content

Commit 64db28b

Browse files
Changing the dependency of the aliceHLTwrapper module
aliceHLTwrapper does not depend on AliRoot, so this dependency is removed. AliRoot libraries are added at runtime as plugins.
1 parent fd54129 commit 64db28b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devices/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ add_subdirectory (flp2epn)
22
add_subdirectory (flp2epn-distributed)
33
if(ALIROOT)
44
add_subdirectory (hough)
5-
add_subdirectory (aliceHLTwrapper)
65
endif(ALIROOT)
6+
add_subdirectory (aliceHLTwrapper)

0 commit comments

Comments
 (0)