Open SSE4 opened 5 years ago
Just realized about this and some other undocumented tools in https://github.com/conan-io/conan/blob/ceca7b14fd5073b6c77b5e954aff91dee40bcd7a/conans/tools.py#L110
args_to_string = tools_oss.args_to_string
detected_architecture = tools_oss.detected_architecture
get_cross_building_settings = tools_oss.get_cross_building_settings
😮
tools.is_msvc()
is undocumented as well
tools.is_msvc()
is undocumented as well
This one was only created under microsoft
namespace, so tools.is_msvc
won't be available.
function
tools.detected_architecture
is not documented/cc @theodelrieu