Skip to content

Commit

Permalink
cmake: Fix linear_solver/ build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 20, 2023
1 parent 1b72c45 commit 2600356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ortools/linear_solver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ file(GLOB _SRCS "*.h" "*.cc")
list(REMOVE_ITEM _SRCS
${CMAKE_CURRENT_SOURCE_DIR}/solve.cc
)
list(FILTER _SRCS EXCLUDE REGEX "/model_exporter_main\\.cc")
if(USE_SCIP)
list(APPEND _SRCS ${LPI_GLOP_SRC})
endif()
Expand Down

0 comments on commit 2600356

Please sign in to comment.