mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Port CMake from cmIML to KWIML
KWIML no longer uses a configured prefix.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user