mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-22 19:39:32 -04:00
Use clang-tidy 19
This commit is contained in:
parent
a0863290be
commit
f9907058e2
@ -38,7 +38,7 @@ fi
|
|||||||
|
|
||||||
if [[ $CI_CLANG_TIDY ]]; then
|
if [[ $CI_CLANG_TIDY ]]; then
|
||||||
CMAKE_CONF_OPTS+=(
|
CMAKE_CONF_OPTS+=(
|
||||||
-DCMAKE_CXX_CLANG_TIDY=clang-tidy
|
-DCMAKE_CXX_CLANG_TIDY=clang-tidy-19
|
||||||
-DBUILD_COMPONENTS_TESTS=ON
|
-DBUILD_COMPONENTS_TESTS=ON
|
||||||
-DBUILD_OPENMW_TESTS=ON
|
-DBUILD_OPENMW_TESTS=ON
|
||||||
-DBUILD_OPENCS_TESTS=ON
|
-DBUILD_OPENCS_TESTS=ON
|
||||||
|
@ -42,7 +42,7 @@ declare -rA GROUPED_DEPS=(
|
|||||||
|
|
||||||
# These dependencies can alternatively be built and linked statically.
|
# These dependencies can alternatively be built and linked statically.
|
||||||
[openmw-deps-dynamic]="libmygui-dev libopenscenegraph-dev libsqlite3-dev libcollada-dom-dev"
|
[openmw-deps-dynamic]="libmygui-dev libopenscenegraph-dev libsqlite3-dev libcollada-dom-dev"
|
||||||
[clang-tidy]="clang-tidy"
|
[clang-tidy]="clang-tidy-19"
|
||||||
|
|
||||||
# Pre-requisites for building MyGUI and OSG for static linking.
|
# Pre-requisites for building MyGUI and OSG for static linking.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user