search for libfyaml

no consequences so far
This commit is contained in:
Martin Diehl 2022-04-12 21:02:09 +02:00
parent 39d79c23b2
commit affa7baa22
1 changed files with 1 additions and 1 deletions

View File

@ -29,9 +29,9 @@ add_definitions("-D${DAMASK_SOLVER}")
# EXPERIMENTAL: This might help to detect HDF5 and FFTW3 in the future if PETSc is not aware of them
set(ENV{PKG_CONFIG_PATH} "$ENV{PETSC_DIR}/$ENV{PETSC_ARCH}/externalpackages:$ENV{PKG_CONFIG_PATH}")
message($ENV{PKG_CONFIG_PATH})
pkg_check_modules(HDF5 hdf5)
pkg_check_modules(FFTW3 fftw3)
pkg_check_modules(fYAML libfyaml)
file(STRINGS ${PROJECT_SOURCE_DIR}/VERSION DAMASK_VERSION)