diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-05-22 13:48:33 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-05-22 13:48:33 (GMT) |
commit | fd98b0cca0c18428cdeb9e2a015a8dc0a1fab6d2 (patch) | |
tree | 1974eea05aeb025612799157f281a93323ffbd72 /Source/cmMSDotNETGenerator.cxx | |
parent | 2489a3583df89d3b0c23e2170eef7fc5fe284f6b (diff) | |
download | CMake-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.cxx | 1 |
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; |