https://github.com/Kitware/CMake
Revision b0bcd4d7d2cb9defb790514375b78efbf60cc2e8 authored by Willem Deconinck on 03 July 2019, 08:11:44 UTC, committed by Brad King on 08 July 2019, 15:28:27 UTC
Define `CMAKE_Fortran_SUBMODULE_{SEP,EXT}` for the Cray Fortran
compiler.  Use an empty separator to tell CMake that this compiler does
not use the enclosing module name as a prefix on submodule files.

Issue: #18925
1 parent 33de4d2
Raw File
Tip revision: b0bcd4d7d2cb9defb790514375b78efbf60cc2e8 authored by Willem Deconinck on 03 July 2019, 08:11:44 UTC
Fortran: Add support for submodules on Cray
Tip revision: b0bcd4d
.hooks-config
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

# Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
# during git commit after local hooks have been installed.

[hooks "chain"]
	pre-commit = Utilities/Git/pre-commit
	commit-msg = Utilities/Git/commit-msg
	prepare-commit-msg = Utilities/Git/prepare-commit-msg
back to top