1
2# Consider dependencies only in project.
3set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
4
5# The set of languages for which implicit dependencies are needed:
6set(CMAKE_DEPENDS_LANGUAGES
7  )
8
9# The set of dependency files which are needed:
10set(CMAKE_DEPENDS_DEPENDENCY_FILES
11  )
12
13# Targets to which this target links which contain Fortran sources.
14set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
15  )
16
17# Targets to which this target links which contain Fortran sources.
18set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
19  )
20
21# Fortran module output directory.
22set(CMAKE_Fortran_TARGET_MODULE_DIR "")
23