diff --git a/.gitignore b/.gitignore index 113cc58..763c6af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ #Build files *.o pixie_ldf_* -build/ -.idea +*build-*/ +.idea/ #Backup files from various editors *.save @@ -36,4 +36,4 @@ HIS LDF HIS/* LDF/* -data +data/ diff --git a/cmakeModules/FindHRIBF.cmake b/cmakeModules/FindHRIBF.cmake index 1530a7f..6856058 100644 --- a/cmakeModules/FindHRIBF.cmake +++ b/cmakeModules/FindHRIBF.cmake @@ -6,13 +6,13 @@ find_path(UPAK_LIBRARY_DIR NAMES scanorlib.a orphlib.a HINTS $ENV{HHIRF_DIR} - PATHS /usr/hhirf - /opt/hhirf) + PATHS /usr/hhirf /opt/hhirf) + find_path(ACQ2_LIBRARY_DIR NAMES acqlib.a ipclib.a HINTS $ENV{ACQ2_LIBDIR} - PATHS /usr/acq2 - /opt/acq2) + PATHS /usr/acq2 /opt/acq2 /usr/hhirf /opt/hhirf) + # Support the REQUIRED and QUIET arguments. include (FindPackageHandleStandardArgs) FIND_PACKAGE_HANDLE_STANDARD_ARGS(HRIBF DEFAULT_MSG @@ -25,4 +25,4 @@ if(HRIBF_FOUND) ${ACQ2_LIBRARY_DIR}/acqlib.a ${ACQ2_LIBRARY_DIR}/ipclib.a) endif(HRIBF_FOUND) -mark_as_advanced(HRIBF_LIBRARIES) \ No newline at end of file +mark_as_advanced(HRIBF_LIBRARIES) diff --git a/ide/pixie_scan.cbp b/ide/pixie_scan.cbp deleted file mode 100644 index b7d9c02..0000000 --- a/ide/pixie_scan.cbp +++ /dev/null @@ -1,383 +0,0 @@ - - - - - -