summaryrefslogtreecommitdiffstats
path: root/Source/cmMSDotNETGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-05-22 13:48:33 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-05-22 13:48:33 (GMT)
commitfd98b0cca0c18428cdeb9e2a015a8dc0a1fab6d2 (patch)
tree1974eea05aeb025612799157f281a93323ffbd72 /Source/cmMSDotNETGenerator.cxx
parent2489a3583df89d3b0c23e2170eef7fc5fe284f6b (diff)
downloadCMake-fd98b0cca0c18428cdeb9e2a015a8dc0a1fab6d2.zip
CMake-fd98b0cca0c18428cdeb9e2a015a8dc0a1fab6d2.tar.gz
CMake-fd98b0cca0c18428cdeb9e2a015a8dc0a1fab6d2.tar.bz2
ENH: enable cxx by default if no languages have been enabled
Diffstat (limited to 'Source/cmMSDotNETGenerator.cxx')
-rw-r--r--Source/cmMSDotNETGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMSDotNETGenerator.cxx b/Source/cmMSDotNETGenerator.cxx
index 5f6244e..a4937c9 100644
--- a/Source/cmMSDotNETGenerator.cxx
+++ b/Source/cmMSDotNETGenerator.cxx
@@ -34,6 +34,7 @@ cmMSDotNETGenerator::cmMSDotNETGenerator()
void cmMSDotNETGenerator::GenerateMakefile()
{
+ this->EnableLanguage("CXX");
std::string configTypes = m_Makefile->GetDefinition("CMAKE_CONFIGURATION_TYPES");
std::string::size_type start = 0;
std::string::size_type endpos = 0;