Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Jan 10, 2025
1 parent f1004f4 commit 3716fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validate_options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ if (LUISA_COMPUTE_ENABLE_FALLBACK)
find_package(LLVM CONFIG)
find_package(embree CONFIG)
if (NOT LLVM_FOUND AND WIN32)
include(${CMAKE_SOURCE_DIR}/scripts/download_and_patch_llvm.cmake)
include(${CMAKE_CURRENT_SOURCE_DIR}/scripts/download_and_patch_llvm.cmake)
endif ()
if (NOT LLVM_FOUND OR LLVM_VERSION VERSION_LESS 16 OR
NOT embree_FOUND OR embree_VERSION VERSION_LESS 3)
Expand Down

0 comments on commit 3716fbd

Please sign in to comment.