summaryrefslogtreecommitdiffstats
path: root/Source/cmExportBuildFileGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-02-11 15:31:53 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-02-11 15:31:53 (GMT)
commit6ca6613ab8a30da726118b31e1c6fb11c54e6cdd (patch)
tree930513fcbd0757c18c7942f376cce9a81bb8340f /Source/cmExportBuildFileGenerator.cxx
parent9bcc1b21f05a8f522c5154e163942c6d133bb379 (diff)
downloadCMake-6ca6613ab8a30da726118b31e1c6fb11c54e6cdd.zip
CMake-6ca6613ab8a30da726118b31e1c6fb11c54e6cdd.tar.gz
CMake-6ca6613ab8a30da726118b31e1c6fb11c54e6cdd.tar.bz2
Export: Use the CMAKE_DEVEL_VERSION macro for build-export files.
Move the macro definition to the cmExportBuildFileGenerator.h header to share it.
Diffstat (limited to 'Source/cmExportBuildFileGenerator.cxx')
-rw-r--r--Source/cmExportBuildFileGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExportBuildFileGenerator.cxx b/Source/cmExportBuildFileGenerator.cxx
index 858f76c..a77bc68 100644
--- a/Source/cmExportBuildFileGenerator.cxx
+++ b/Source/cmExportBuildFileGenerator.cxx
@@ -52,7 +52,7 @@ bool cmExportBuildFileGenerator::GenerateMainFile(std::ostream& os)
}
if (te->GetType() == cmTarget::INTERFACE_LIBRARY)
{
- this->GenerateRequiredCMakeVersion(os, "2.8.12.20131007"); // 2.8.13
+ this->GenerateRequiredCMakeVersion(os, DEVEL_CMAKE_VERSION(3, 0, 0));
}
}