Skip to content

Commit 5b1da71

Browse files
committed
make: Fix archive_cpp target
1 parent f13223c commit 5b1da71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makefiles/Makefile.cpp.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ else
249249
endif
250250
endef
251251

252-
CPP_SAMPLES := algorithms graph glop constraint_solver linear_solver math_opt model_builder pdlp routing sat
252+
CPP_SAMPLES := algorithms graph glop constraint_solver linear_solver math_opt model_builder pdlp routing sat set_cover
253253
$(foreach sample,$(CPP_SAMPLES),$(eval $(call cpp-sample-target,$(sample))))
254254

255255
# Examples

0 commit comments

Comments
 (0)