Skip to content
Snippets Groups Projects
Commit 2a2a84a9 authored by Frank Gaede's avatar Frank Gaede
Browse files

- fixed case typo

parent 5caf3089
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ find_package( ROOT REQUIRED ) ...@@ -41,7 +41,7 @@ find_package( ROOT REQUIRED )
set( ROOT_COMPONENT_LIBRARIES Geom Reflex) set( ROOT_COMPONENT_LIBRARIES Geom Reflex)
find_package( Gear REQUIRED) find_package( GEAR REQUIRED)
#------------------------------------------------------------- #-------------------------------------------------------------
# add additional packages here # add additional packages here
...@@ -103,4 +103,4 @@ install(TARGETS ${PackageName} ...@@ -103,4 +103,4 @@ install(TARGETS ${PackageName}
LIBRARY DESTINATION lib LIBRARY DESTINATION lib
) )
# to do: add corresponding uninstall... # to do: add corresponding uninstall...
#------------------------------------------------------- #-------------------------------------------------------
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment