Add VisualStudioVersion variable to exports (#3)

This variable seems to be necessary for some build tools like colcon:

https://colcon.readthedocs.io/en/released/
This commit is contained in:
Sean Kelly
2020-03-19 02:24:49 -04:00
committed by GitHub
parent e6cca73138
commit 075328686b
+1
View File
@@ -14,6 +14,7 @@ const InterestingVariables = [
'LIBPATH',
'Path',
'Platform',
'VisualStudioVersion',
/^VCTools/,
/^VSCMD_/,
/^WindowsSDK/i,