Skip to content

Commit 25e2c7c

Browse files
committed
Workaround Directory.Build.props getting picked up when building LLVM.
This is to workaround MSBuild CMake step from LLVM build in Windows picking this up.
1 parent b8a16a4 commit 25e2c7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/llvm/Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Project>
2+
<!-- This empty file is to workaround MSBuild picking up the root Directy.Build.props when building LLVM. -->
3+
</Project>

0 commit comments

Comments
 (0)