diff --git a/LHCbG4Tests/G4HadronicXSectionsTest/CMakeLists.txt b/LHCbG4Tests/G4HadronicXSectionsTest/CMakeLists.txt
index 2d9961b63b606b1bd62dfa576ffe77430dc5e8c5..67ae3c02cc3bb52df6120cefd037ff80efde201b 100644
--- a/LHCbG4Tests/G4HadronicXSectionsTest/CMakeLists.txt
+++ b/LHCbG4Tests/G4HadronicXSectionsTest/CMakeLists.txt
@@ -1,20 +1,18 @@
 gaudi_depends_on_subdirs(Geant4/G4config)
 
 find_package(CLHEP REQUIRED)
-find_package(ROOT COMPONENTS Hist Gpad)
 
 include_directories(${CMAKE_INSTALL_PREFIX}/include)
 link_directories(${CMAKE_INSTALL_PREFIX}/lib)
 
 set(Geant4_LIBRARIES
     -lG4analysis
-    -lG4physics_lists
-    -lG4LHCblists)
+    -lG4physics_lists)
 
 gaudi_add_executable(G4HadronicXSectionsTest
                      G4HadronicXSectionsTest.cc src/*.cc
-                     INCLUDE_DIRS include CLHEP ROOT
-                     LINK_LIBRARIES ${Geant4_LIBRARIES} CLHEP ROOT)
+                     INCLUDE_DIRS include CLHEP
+                     LINK_LIBRARIES ${Geant4_LIBRARIES} CLHEP)
 
 add_dependencies(G4HadronicXSectionsTest Geant4)