mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 18:10:40 +02:00
no changE
This commit is contained in:
parent
429bf7f13d
commit
c0d6958e37
@ -28,18 +28,20 @@ endif (REST)
|
|||||||
|
|
||||||
|
|
||||||
# HDF5
|
# HDF5
|
||||||
if (HDF5_FOUND)
|
if (USE_HDF5)
|
||||||
include_directories(
|
if (HDF5_FOUND)
|
||||||
${HDF5_INCLUDE_DIRS}
|
include_directories(
|
||||||
)
|
${HDF5_INCLUDE_DIRS}
|
||||||
add_definitions(
|
)
|
||||||
-DHDF5C ${HDF5_DEFINITIONS}
|
add_definitions(
|
||||||
)
|
-DHDF5C ${HDF5_DEFINITIONS}
|
||||||
list (APPEND SOURCES
|
)
|
||||||
src/HDF5File.cpp
|
list (APPEND SOURCES
|
||||||
src/HDF5FileStatic.cpp
|
src/HDF5File.cpp
|
||||||
)
|
src/HDF5FileStatic.cpp
|
||||||
endif ()
|
)
|
||||||
|
endif ()
|
||||||
|
endif (USE_HDF5)
|
||||||
|
|
||||||
|
|
||||||
add_definitions(
|
add_definitions(
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Path: slsDetectorsPackage/slsReceiverSoftware
|
Path: slsDetectorsPackage/slsReceiverSoftware
|
||||||
URL: origin git@git.psi.ch:sls_detectors_software/sls_receiver_software.git
|
URL: origin git@git.psi.ch:sls_detectors_software/sls_receiver_software.git
|
||||||
Repository Root: origin git@git.psi.ch:sls_detectors_software/sls_receiver_software.git
|
Repository Root: origin git@git.psi.ch:sls_detectors_software/sls_receiver_software.git
|
||||||
Repsitory UUID: b0f8868b9fd50e3152c8431a522edaaaeaed0fc2
|
Repsitory UUID: 6aedda5c374e0d0e9347b491fc451f3d4d4398b1
|
||||||
Revision: 616
|
Revision: 617
|
||||||
Branch: 3.0-rc
|
Branch: 3.0-rc
|
||||||
Last Changed Author: Dhanya_Maliakal
|
Last Changed Author: Dhanya_Maliakal
|
||||||
Last Changed Rev: 621
|
Last Changed Rev: 622
|
||||||
Last Changed Date: 2017-08-03 17:23:12.000000002 +0200 ./src/utilities.cpp
|
Last Changed Date: 2017-08-04 14:28:08.000000002 +0200 ./CMakeLists.txt
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
//#define SVNPATH ""
|
//#define SVNPATH ""
|
||||||
#define SVNURL "git@git.psi.ch:sls_detectors_software/sls_receiver_software.git"
|
#define SVNURL "git@git.psi.ch:sls_detectors_software/sls_receiver_software.git"
|
||||||
//#define SVNREPPATH ""
|
//#define SVNREPPATH ""
|
||||||
#define SVNREPUUID "b0f8868b9fd50e3152c8431a522edaaaeaed0fc2"
|
#define SVNREPUUID "6aedda5c374e0d0e9347b491fc451f3d4d4398b1"
|
||||||
//#define SVNREV 0x621
|
//#define SVNREV 0x622
|
||||||
//#define SVNKIND ""
|
//#define SVNKIND ""
|
||||||
//#define SVNSCHED ""
|
//#define SVNSCHED ""
|
||||||
#define SVNAUTH "Dhanya_Maliakal"
|
#define SVNAUTH "Dhanya_Maliakal"
|
||||||
#define SVNREV 0x621
|
#define SVNREV 0x622
|
||||||
#define SVNDATE 0x20170803
|
#define SVNDATE 0x20170804
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user