File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -128,13 +128,14 @@ if(ENABLE_SYS_CFITSIO)
128128 set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${CFITSIO_C_FLAGS} " )
129129 set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${CFITSIO_EXE_LINKER_FLAGS} " )
130130 add_definitions (-DHERMES_HAVE_CFITSIO)
131+ list (APPEND HERMES_SWIG_DEFINES -DHERMES_HAVE_CFITSIO)
131132 else ()
132133 message (FATAL_ERROR "CFITSIO is required." )
133134 endif (CFITSIO_FOUND)
134135endif (ENABLE_SYS_CFITSIO)
135136
136137# HDF5 for importing cosmic ray fluxes from Picard
137- option (ENABLE_SYS_HDF5 "System HDF5 for hdf5 input" ON )
138+ option (ENABLE_SYS_HDF5 "System HDF5 for hdf5 input" OFF )
138139if (ENABLE_SYS_HDF5)
139140 find_package (HDF5)
140141 if (${HDF5_FOUND} )
@@ -535,6 +536,11 @@ if(ENABLE_TESTING)
535536 add_test (testPixelTimes testPixelTimes)
536537endif (ENABLE_TESTING)
537538
539+ # Print out the include and library paths
540+ message (STATUS "HERMES_INCLUDES: ${HERMES_EXTRA_INCLUDES} " )
541+ message (STATUS "HERMES_LIBRARIES: ${HERMES_EXTRA_LIBRARIES} " )
542+ message (STATUS "HERMES_DEFINES: ${HERMES_SWIG_DEFINES} " )
543+
538544# ----------------------------------------------------------------------------
539545# Install
540546# ----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments