mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
more cmake cleaning
This commit is contained in:
@ -15,16 +15,15 @@ set(PUBLICHEADERS
|
||||
include/sls/Receiver.h
|
||||
)
|
||||
|
||||
# HDF5
|
||||
# HDF5 file writing
|
||||
if (SLS_USE_HDF5)
|
||||
if (HDF5_FOUND)
|
||||
find_package(HDF5 1.10 COMPONENTS CXX REQUIRED)
|
||||
add_definitions(
|
||||
-DHDF5C ${HDF5_DEFINITIONS}
|
||||
)
|
||||
list (APPEND SOURCES
|
||||
src/HDF5File.cpp
|
||||
)
|
||||
endif ()
|
||||
endif (SLS_USE_HDF5)
|
||||
|
||||
# Create an object library to avoid building the library twice
|
||||
|
Reference in New Issue
Block a user