summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorRuslan Baratov <ruslan_baratov@yahoo.com>2019-05-21 11:26:23 (GMT)
committerRuslan Baratov <ruslan_baratov@yahoo.com>2019-05-21 11:26:23 (GMT)
commit26ea022c3bf081d9e1f7266e5ae52719cb59301b (patch)
treebb6502e2e76f187e929e6bb863d6356acee71e27 /Source/cmTarget.cxx
parent1db0edb2a65b272a7c91e719e818da2e2ce49fb5 (diff)
downloadCMake-26ea022c3bf081d9e1f7266e5ae52719cb59301b.zip
CMake-26ea022c3bf081d9e1f7266e5ae52719cb59301b.tar.gz
CMake-26ea022c3bf081d9e1f7266e5ae52719cb59301b.tar.bz2
Add variable CMAKE_FRAMEWORK
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 2de8950..8b41e28 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -284,6 +284,7 @@ cmTarget::cmTarget(std::string const& name, cmStateEnums::TargetType type,
InitProperty("RUNTIME_OUTPUT_DIRECTORY", nullptr);
InitProperty("PDB_OUTPUT_DIRECTORY", nullptr);
InitProperty("COMPILE_PDB_OUTPUT_DIRECTORY", nullptr);
+ InitProperty("FRAMEWORK", nullptr);
InitProperty("Fortran_FORMAT", nullptr);
InitProperty("Fortran_MODULE_DIRECTORY", nullptr);
InitProperty("Fortran_COMPILER_LAUNCHER", nullptr);