Skip to content

Commit 2fd67c7

Browse files
committed
[FIXUP] Do not disable TrackFileAccess in MSVC builds
1 parent a53ae12 commit 2fd67c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/optional.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ if(CCACHE)
1616
list(APPEND CMAKE_VS_GLOBALS
1717
"CLToolExe=${MSVC_CCACHE_WRAPPER_FILENAME}"
1818
"CLToolPath=${CMAKE_BINARY_DIR}"
19-
"TrackFileAccess=false"
2019
"DebugInformationFormat=OldStyle"
2120
)
2221
else()

0 commit comments

Comments
 (0)