Skip to content
Snippets Groups Projects
Commit ce217e85 authored by René Paris's avatar René Paris
Browse files

Merge branch 'fix_units_dependency_in_bazel' into 'master'

Change the nholthaus units dependency in bazel

See merge request eclipse/simopenpass/scenario_api!50
parents 666f9fb9 e2b67bae
No related branches found
No related tags found
1 merge request!50Change the nholthaus units dependency in bazel
......@@ -13,7 +13,7 @@ cc_library(
hdrs = glob(["include/**/*.h"]),
includes = ["include"],
visibility = ["//visibility:public"],
deps = ["@units"],
deps = ["@units_nhh"],
)
cc_library(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment