File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 88
99env :
1010 BUILD_TYPE : Release
11- CC : clang
12- CXX : clang++
1311
1412jobs :
1513 build :
5553 uses : KyleMayes/install-llvm-action@v2
5654 with :
5755 version : " 21"
56+ env : true
5857
5958 - name : Install CMake & Ninja
6059 uses : lukka/get-cmake@latest
Original file line number Diff line number Diff line change @@ -64,13 +64,6 @@ configure_file(
6464include_directories (${SRC_DIR} )
6565include_directories (${LIB_DIR} )
6666
67- # Look for local dependencies
68- if (EXISTS "${LLVM_DIR} " AND IS_DIRECTORY "${LLVM_DIR} " ) # Prefer local LLVM installation
69- message (STATUS "Found local installation of LLVM and Clang" )
70- set (LLVM_DIR ./llvm/build -release/lib/cmake/llvm)
71- set (Clang_DIR ./llvm/build -release/lib/cmake/clang)
72- endif ()
73-
7467# LLVM configuration
7568find_package (LLVM CONFIG REQUIRED)
7669
You can’t perform that action at this time.
0 commit comments