diff --git a/examples/ILDExDet/CMakeLists.txt b/examples/ILDExDet/CMakeLists.txt index 8b95c21f4c14e6d77da3acacf7eca13354b3bb98..4ca814bd8ad1fed07715f6e62c30210b7ca92bb6 100644 --- a/examples/ILDExDet/CMakeLists.txt +++ b/examples/ILDExDet/CMakeLists.txt @@ -41,7 +41,7 @@ find_package( ROOT REQUIRED ) set( ROOT_COMPONENT_LIBRARIES Geom Reflex) -find_package( Gear REQUIRED) +find_package( GEAR REQUIRED) #------------------------------------------------------------- # add additional packages here @@ -103,4 +103,4 @@ install(TARGETS ${PackageName} LIBRARY DESTINATION lib ) # to do: add corresponding uninstall... -#------------------------------------------------------- \ No newline at end of file +#-------------------------------------------------------