mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 21:31:15 +02:00
Switch to cpu_features
to bazelmod (#365)
This commit is contained in:

committed by
GitHub

parent
c6a22fc617
commit
7a8174a371
17
MODULE.bazel
Normal file
17
MODULE.bazel
Normal file
@ -0,0 +1,17 @@
|
||||
###############################################################################
|
||||
# Bazel now uses Bzlmod by default to manage external dependencies.
|
||||
# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
|
||||
#
|
||||
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
|
||||
###############################################################################
|
||||
|
||||
CPU_FEATURES_VERSION = "0.9.0"
|
||||
|
||||
module(
|
||||
name = "cpu_features",
|
||||
repo_name = "com_google_cpufeatures",
|
||||
version = CPU_FEATURES_VERSION,
|
||||
)
|
||||
|
||||
bazel_dep(name = "bazel_skylib", version = "1.7.1")
|
||||
bazel_dep(name = "googletest", version = "1.15.2")
|
Reference in New Issue
Block a user