Skip to content

Commit 53dc1d8

Browse files
committed
cmake: fix build with USE_SCIP=OFF
1 parent 371c70f commit 53dc1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ortools/linear_solver/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ list(APPEND _SRCS
2424
model_validator.cc
2525
model_validator.h
2626
sat_interface.cc
27-
scip_helper_macros.cc
2827
solve_mp_model.cc
2928
solve_mp_model.h
3029
)
@@ -65,6 +64,7 @@ if(USE_SCIP)
6564
list(APPEND _SRCS
6665
scip_callback.cc
6766
scip_callback.h
67+
scip_helper_macros.cc
6868
scip_helper_macros.h
6969
scip_interface.cc
7070
${LPI_GLOP_SRC})

0 commit comments

Comments
 (0)