Skip to content

Commit e83964c

Browse files
committed
try to fix Windows x LLVM21 build
1 parent 25fae8b commit e83964c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ if(NOT ${LLVM_FOUND} AND WIN32 AND ${SHADY_WIN32_FIX_PARTIAL_LLVM_INSTALL})
8181
)
8282
execute_process(
8383
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/llvm-project
84-
COMMAND ${GIT_EXECUTABLE} sparse-checkout set --no-cone llvm/include/llvm-c
84+
COMMAND ${GIT_EXECUTABLE} sparse-checkout set --no-cone llvm/include
8585
)
8686
execute_process(
8787
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/llvm-project

0 commit comments

Comments
 (0)