Skip to content

Commit

Permalink
math_opt: fixup USE_SCIP=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 1, 2023
1 parent ae1f6ad commit 8ac5f5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ortools/math_opt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ endif()

if(NOT USE_SCIP)
list(FILTER _SRCS EXCLUDE REGEX "/gscip/")
list(FILTER _SRCS EXCLUDE REGEX "/gscip_.*.h$")
list(FILTER _SRCS EXCLUDE REGEX "/gscip_.*.cc$")
endif()

set(NAME ${PROJECT_NAME}_math_opt)
Expand Down

0 comments on commit 8ac5f5f

Please sign in to comment.