CMake: prefixing the options with SLS_

This commit is contained in:
2019-02-08 16:02:05 +01:00
parent dccce9bf55
commit b89d56001e
7 changed files with 30 additions and 30 deletions

View File

@ -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(