Removed deprecated cmake options

This commit is contained in:
Bartek Kryza
2022-08-08 18:28:31 +02:00
parent 59089c2598
commit d63426e574
2 changed files with 1 additions and 8 deletions

View File

@@ -75,11 +75,7 @@ make release
release/clang-uml --help
# To build using a specific installed version of LLVM use:
LLVM_CONFIG_PATH=/usr/bin/llvm-config-13 make release
# To build on macos, it is necessary to provide also path to LLVM cmake directory, e.g.:
export LLVM_PREFIX="/usr/local/Cellar/llvm@12/12.0.1_1"
LLVM_CONFIG_PATH="${LLVM_PREFIX}/bin/llvm-config" CMAKE_PREFIX_PATH="${LLVM_PREFIX}/lib/cmake/llvm/" make test
LLVM_VERSION=13 make release
# Optionally
make install