We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c69904 commit 1363dd3Copy full SHA for 1363dd3
CMakeLists.txt
@@ -188,6 +188,9 @@ if (LINUX AND OPTION_TARGET_PYTHON_BINDING)
188
endif()
189
190
#CMakeList.txt that comes with hdf5 switches library name if compiled with debug
191
+if (APPLE)
192
+ find_package(libaec REQUIRED)
193
+endif()
194
find_package(HDF5 COMPONENTS HL CXX C)
195
set(HDF_VERSION ${HDF5_VERSION})
196
###### ${HDF5_HL_LIBRARIES} ${HDF5_CXX_LIBRARIES}
0 commit comments