diff options
author | Brad King <brad.king@kitware.com> | 2014-12-18 15:16:40 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-12-18 15:16:40 (GMT) |
commit | 45b1e31451dc9e393703380282434a2456284954 (patch) | |
tree | 5f0662fb89c7da9da6412e0f368cd5a2d7ef55c3 /Source/cmTarget.cxx | |
parent | a39e65a8172097f8b2545610188a2bdc69598497 (diff) | |
parent | eeaa25e52144626dc76717dea37af3b8d20cb171 (diff) | |
download | CMake-45b1e31451dc9e393703380282434a2456284954.zip CMake-45b1e31451dc9e393703380282434a2456284954.tar.gz CMake-45b1e31451dc9e393703380282434a2456284954.tar.bz2 |
Merge topic 'vs-nsight-tegra-min-api'
eeaa25e5 Add 'ANDROID_API_MIN' target property to set Android Target MIN API
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 37aa26e..865a824 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -325,6 +325,7 @@ void cmTarget::SetMakefile(cmMakefile* mf) if (this->GetType() != INTERFACE_LIBRARY && this->GetType() != UTILITY) { this->SetPropertyDefault("ANDROID_API", 0); + this->SetPropertyDefault("ANDROID_API_MIN", 0); this->SetPropertyDefault("INSTALL_NAME_DIR", 0); this->SetPropertyDefault("INSTALL_RPATH", ""); this->SetPropertyDefault("INSTALL_RPATH_USE_LINK_PATH", "OFF"); |