Skip to content

Commit

Permalink
fix(docs): Update BUILD.md linux instructions to use correct clang ve…
Browse files Browse the repository at this point in the history
…rsion (#573)

changes `clang*17` to `clang*18`
  • Loading branch information
lockbox authored Sep 29, 2024
1 parent a7f12c2 commit e6773ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="${WORKSPACE_DIR}/install" \
-DCMAKE_LINKER_TYPE=LLD \
-DCMAKE_C_COMPILER="$(which clang-17)" \
-DCMAKE_CXX_COMPILER="$(which clang++-17)" \
-DCMAKE_C_COMPILER="$(which clang-18)" \
-DCMAKE_CXX_COMPILER="$(which clang++-18)" \
-DMX_ENABLE_INSTALL=ON \
-DMX_ENABLE_PYTHON_BINDINGS=ON \
-GNinja \
Expand Down

0 comments on commit e6773ed

Please sign in to comment.