Skip to content

Commit

Permalink
add USE_SCIP to generate_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Aug 4, 2020
1 parent 15e357c commit 63935ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function print_dependencies {
cmd=$(gcc -std=c++11 -MM -MT "objs/${2}/${1}.o" -c "ortools/${2}/${1}.cc" -I. -Iortools/gen \
-isystem dependencies/install/include \
-isystem dependencies/install/include/coin \
-DUSE_GLOP -DUSE_BOP -DUSE_CLP -DUSE_CBC \
-DUSE_GLOP -DUSE_BOP -DUSE_CLP -DUSE_CBC -DUSE_SCIP \
| sed -e "s/\.o:/.\$O:/g")
echo "${cmd} | \$(OBJ_DIR)/${2}"
}
Expand Down

0 comments on commit 63935ee

Please sign in to comment.