Skip to content

Commit

Permalink
[FIXUP] Do not disable TrackFileAccess in MSVC builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jul 13, 2023
1 parent a53ae12 commit 2fd67c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/optional.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ if(CCACHE)
list(APPEND CMAKE_VS_GLOBALS
"CLToolExe=${MSVC_CCACHE_WRAPPER_FILENAME}"
"CLToolPath=${CMAKE_BINARY_DIR}"
"TrackFileAccess=false"
"DebugInformationFormat=OldStyle"
)
else()
Expand Down

0 comments on commit 2fd67c7

Please sign in to comment.