File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ target_link_libraries(${NAME} PRIVATE
33
33
absl::strings
34
34
absl::str_format
35
35
protobuf::libprotobuf
36
- SCIP: :libscip
36
+ $< $< BOOL: ${USE_SCIP} > :libscip>
37
37
${PROJECT_NAMESPACE} ::ortools_proto )
38
38
#add_library(${PROJECT_NAMESPACE}::gscip ALIAS ${NAME})
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- """Tests for ortools.scheduling.python.rcpsp."""
16
-
17
15
from absl import app
18
16
from absl import flags
19
17
from absl .testing import absltest
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- """Tests for ortools.util.python.sorted_interval_list."""
16
-
17
15
from absl .testing import absltest
18
16
from ortools .util .python import sorted_interval_list
19
17
You can’t perform that action at this time.
0 commit comments