summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-09-03 13:16:51 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-09-03 13:16:57 (GMT)
commit85e52ea704e13bbf932cd65c225b82f9b945e071 (patch)
treeabef3560f05a1372322616abb6a7bb0dc0922b21 /Source
parente9dc7f3b2d1158a7a80253f13bde449d4d05eba4 (diff)
parent76cc687e98819ad9401d702035feb2aa0f561971 (diff)
downloadCMake-85e52ea704e13bbf932cd65c225b82f9b945e071.zip
CMake-85e52ea704e13bbf932cd65c225b82f9b945e071.tar.gz
CMake-85e52ea704e13bbf932cd65c225b82f9b945e071.tar.bz2
Merge topic 'Fortran-visibility-var'
76cc687e98 Fortran: Initialize Fortran_VISIBILITY_PRESET property from variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5182
Diffstat (limited to 'Source')
-rw-r--r--Source/cmTarget.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 022a892..4a72d7a 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -325,6 +325,7 @@ cmTarget::cmTarget(std::string const& name, cmStateEnums::TargetType type,
initProp("Fortran_MODULE_DIRECTORY");
initProp("Fortran_COMPILER_LAUNCHER");
initProp("Fortran_PREPROCESS");
+ initProp("Fortran_VISIBILITY_PRESET");
initProp("GNUtoMS");
initProp("OSX_ARCHITECTURES");
initProp("IOS_INSTALL_COMBINED");