What is happening to me with HDF5 to run the Geant4 examples?

(geant4_env) AldairHC@MacBook-Pro build % cmake .. -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -DGEANT4_BUILD_MULTITHREADED=OFF

-- The C compiler identification is AppleClang 17.0.0.17000013

-- The CXX compiler identification is AppleClang 17.0.0.17000013

-- Detecting C compiler ABI info

-- Detecting C compiler ABI info - done

-- Check for working C compiler: /usr/bin/cc - skipped

-- Detecting C compile features

-- Detecting C compile features - done

-- Detecting CXX compiler ABI info

-- Detecting CXX compiler ABI info - done

-- Check for working CXX compiler: /usr/bin/c++ - skipped

-- Detecting CXX compile features

-- Detecting CXX compile features - done

-- Found EXPAT: /Users/AldairHC/miniconda3/envs/geant4_env/lib/libexpat.dylib (found suitable version “2.7.1”, minimum required is “2.2.5”)

-- Found ZLIB: /Users/AldairHC/miniconda3/envs/geant4_env/lib/libz.dylib (found suitable version “1.3.1”, minimum required is “1.3.1”)

-- Performing Test CMAKE_HAVE_LIBC_PTHREAD

-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success

-- Found Threads: TRUE

-- Found XercesC: /Users/AldairHC/miniconda3/envs/geant4_env/lib/libxerces-c.dylib (found suitable version “3.2.5”, minimum required is “3.2.5”)

-- Found Freetype: /Users/AldairHC/miniconda3/envs/geant4_env/lib/libfreetype.dylib (found suitable version “2.14.0”, minimum required is “2.13.3”)

-- Found HDF5: hdf5-shared (found version “1.14.6”)

-- Looking for H5_HAVE_THREADSAFE

-- Looking for H5_HAVE_THREADSAFE - not found

CMake Error at /Users/AldairHC/miniconda3/envs/geant4_env/lib/cmake/Geant4/G4HDF5Shim.cmake:19 (message):

Found an install of HDF5, but it was not built with support for thread

safety. Either build Geant4 in single threaded mode, or use/reinstall HDF5

with thread safety enabled. See HDF5’s install guides, available from

https://support.hdfgroup.org/HDF5/release/, for instructions on this.

Call Stack (most recent call first):

/Users/AldairHC/miniconda3/envs/geant4_env/lib/cmake/Geant4/Geant4Config.cmake:330 (include)

CMakeLists.txt:11 (find_package)