Skip to content

Commit

Permalink
Fixing compile error, and updating VS2022 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nievesj committed Feb 27, 2024
1 parent 517e058 commit b5c9e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Code/Tools/FBuild/FBuildWorker/FBuildWorkerOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ class FBuildWorkerOptions
// Other
bool m_PeriodicRestart;

// Other
bool m_PeriodicRestart;

private:
void ShowUsageError();
};
Expand Down
4 changes: 2 additions & 2 deletions External/SDK/VisualStudio/VS2022.bff
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
//
// Use Visual Studio installation
//
#if file_exists( "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe" )
#if file_exists( "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe" )
// v17.8.3
.VS2022_BasePath = 'C:/Program Files/Microsoft Visual Studio/2022/Community/VC'
.VS2022_Version = '14.38.33130'
.VS2022_Version = '14.39.33519'
.VS2022_MSC_VER = '1938'
#else
//
Expand Down

0 comments on commit b5c9e3f

Please sign in to comment.