Browse Source

Merge topic 'Fortran-visibility-var'

76cc687e98 Fortran: Initialize Fortran_VISIBILITY_PRESET property from variable

Acked-by: Kitware Robot <[email protected]>
Merge-request: !5182
Brad King 5 years ago
parent
commit
85e52ea704
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmTarget.cxx

+ 1 - 0
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");