| 3157 | } |
| 3158 | |
| 3159 | void cmCTest::SetConfigType(std::string const& ct) |
| 3160 | { |
| 3161 | this->Impl->ConfigType = ct; |
| 3162 | cmSystemTools::ReplaceString(this->Impl->ConfigType, ".\\", ""); |
| 3163 | std::string confTypeEnv = "CMAKE_CONFIG_TYPE=" + this->Impl->ConfigType; |
| 3164 | cmSystemTools::PutEnv(confTypeEnv); |
| 3165 | } |
| 3166 | |
| 3167 | bool cmCTest::SetCTestConfigurationFromCMakeVariable( |
| 3168 | cmMakefile* mf, char const* dconfig, std::string const& cmake_var, |
no outgoing calls
no test coverage detected