Skip to content

Commit

Permalink
remove dglazier path
Browse files Browse the repository at this point in the history
  • Loading branch information
dglazier committed Feb 2, 2024
1 parent 38962fa commit 1fa10bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(CMAKE_CXX_FLAGS "-fPIC -O3")

##########For local ROOT cmake files comment in the line below and remove the lines commented ##USEROOTSYS
#####include("cmake/FindROOT.cmake")
list(APPEND CMAKE_PREFIX_PATH $ENV{ROOTSYS} /home/dglazier/Dropbox/clas12/gagik/hipo) ############USEROOTSYS
list(APPEND CMAKE_PREFIX_PATH $ENV{ROOTSYS}) ############USEROOTSYS

#---Locate the ROOT package and defines a number of variables (e.g. ROOT_INCLUDE_DIRS)
find_package(ROOT REQUIRED COMPONENTS Proof) ###########USEROOTSYS
Expand Down

0 comments on commit 1fa10bc

Please sign in to comment.