mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
Fortran: Initialize Fortran_VISIBILITY_PRESET property from variable
The `CMAKE_Fortran_VISIBILITY_PRESET` variable is documented to initialize the property. Fix it.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user