Skip to content
Snippets Groups Projects
Yen-Chen Chen's avatar
Yen-Chen Chen authored
## What is the bug
1. CMake warning pops up when one uses FetchContent without setting the download extract time stamp or CMake Policy 0135.
2. `libfortran-support` has been made public, but we are still fetching it via ssh.
## How do you fix it
Specify CMake Policy 0135, same as [here in test/fortran](https://gitlab.dkrz.de/icon-libraries/libiconmath/-/blob/main/test/fortran/CMakeLists.txt?ref_type=heads#L13-15

), fetch `libfortran-support` with https.

Merged-by: default avatarPradipta Samanta <samanta@dkrz.de>
Changelog: bugfix
d04e69c9
History