bazel: Remove unused COPTS variable
This commit is contained in:
@@ -7,8 +7,6 @@ package(
|
||||
default_visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
COPTS=["-std=c++17"]
|
||||
|
||||
proto_library(
|
||||
name = "sat_parameters_proto",
|
||||
srcs = ["sat_parameters.proto"],
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
load(":code_samples.bzl", "code_sample_cc")
|
||||
|
||||
COPTS=["-std=c++17"]
|
||||
|
||||
code_sample_cc(name = "assignment_sat")
|
||||
|
||||
code_sample_cc(name = "binpacking_problem_sat")
|
||||
|
||||
Reference in New Issue
Block a user