| 687 | } |
| 688 | |
| 689 | void cmState::SetBinaryDirectory(std::string const& binaryDirectory) |
| 690 | { |
| 691 | this->BinaryDirectory = binaryDirectory; |
| 692 | cmSystemTools::ConvertToUnixSlashes(this->BinaryDirectory); |
| 693 | } |
| 694 | |
| 695 | void cmState::SetWindowsShell(bool windowsShell) |
| 696 | { |
no outgoing calls