Skip to content

Commit

Permalink
Fixup cmake files
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Dec 14, 2023
1 parent 96e337e commit 45111c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/HandleOutOfTreeLLVM.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if (NOT DEFINED LLVM_PATH)
set(LLVM_PATH ${CMAKE_CURRENT_LIST_DIR}/../../llvm CACHE PATH "" FORCE)
set(LLVM_PATH ${CMAKE_CURRENT_LIST_DIR}/../../llvm-project/llvm CACHE PATH "" FORCE)
endif()

if(NOT IS_DIRECTORY ${LLVM_PATH})
Expand Down

0 comments on commit 45111c3

Please sign in to comment.