Skip to content

Commit 54a3919

Browse files
committed
Updated BUILD.bazel with respect to moving CLI11.hpp
1 parent f05bce7 commit 54a3919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ cc_library(
121121
cc_library(
122122
name = "highs-runtime-opts",
123123
hdrs = [
124-
"app/CLI11.hpp",
124+
"extern/CLI11.hpp",
125125
"app/HighsRuntimeOptions.h",
126126
],
127127
visibility = ["//visibility:public"],

0 commit comments

Comments
 (0)