Order msvc compiler detection #1907

This commit is contained in:
Thomas Nagy 2017-03-25 13:33:22 +01:00
parent a26236da2a
commit 33918da4f4
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ def get_msvc_versions(self):
:return: platform to compiler configurations
:rtype: dict
"""
dct = {}
dct = Utils.ordered_iter_dict()
self.gather_icl_versions(dct)
self.gather_intel_composer_versions(dct)
self.gather_wsdk_versions(dct)