Port CMake from cmIML to KWIML

KWIML no longer uses a configured prefix.
This commit is contained in:
Brad King
2015-12-17 15:03:42 -05:00
parent 12293371ee
commit 036b6ef7c4
14 changed files with 50 additions and 51 deletions

View File

@@ -267,7 +267,7 @@ public:
*
* and is monotonically increasing with the CMake version.
*/
cmIML_INT_uint64_t GetBackwardsCompatibility();
KWIML_INT_uint64_t GetBackwardsCompatibility();
/**
* Test whether compatibility is set to a given version or lower.
@@ -390,7 +390,7 @@ protected:
// committed.
std::string TargetImplib;
cmIML_INT_uint64_t BackwardsCompatibility;
KWIML_INT_uint64_t BackwardsCompatibility;
bool BackwardsCompatibilityFinal;
private:
void AddSharedFlags(std::string& flags, const std::string& lang,