mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
CMake: prefixing the options with SLS_
This commit is contained in:
@ -18,7 +18,7 @@ set(SOURCES
|
||||
|
||||
|
||||
# HDF5
|
||||
if (USE_HDF5)
|
||||
if (SLS_USE_HDF5)
|
||||
if (HDF5_FOUND)
|
||||
include_directories(
|
||||
${HDF5_INCLUDE_DIRS}
|
||||
@ -30,7 +30,7 @@ if (USE_HDF5)
|
||||
src/HDF5File.cpp
|
||||
)
|
||||
endif ()
|
||||
endif (USE_HDF5)
|
||||
endif (SLS_USE_HDF5)
|
||||
|
||||
|
||||
add_definitions(
|
||||
|
Reference in New Issue
Block a user