From 1fa10bcc337889b2a726efbbbede9fe7901ac9f0 Mon Sep 17 00:00:00 2001 From: Derek Glazier Date: Fri, 2 Feb 2024 09:33:29 +0000 Subject: [PATCH] remove dglazier path --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3064e28..36632f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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