Skip to content

Commit

Permalink
Merge pull request #5597 from ericmehl/msvc_version
Browse files Browse the repository at this point in the history
Set MSVC_VERSION
  • Loading branch information
johnhaddon authored Dec 20, 2023
2 parents 494ee80 + 8f7ad82 commit 7651c43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@ options.Add( "GAFFER_VERSION_SUFFIX", "Version suffix", str( gafferVersionSuffix

env = Environment(

MSVC_VERSION = "14.2",

options = options,

CPPDEFINES = [
Expand Down

0 comments on commit 7651c43

Please sign in to comment.