Fix CMake cbc repository url (Close #1159)

This commit is contained in:
Corentin Le Molgat
2019-03-28 17:38:45 +01:00
parent 92b6096403
commit e08d64c370

View File

@@ -8,7 +8,7 @@ project(cbc-download NONE)
include(ExternalProject)
ExternalProject_Add(cbc_project
GIT_REPOSITORY https://github.com/Mizux/Cbc
GIT_REPOSITORY https://github.com/Mizux/coinor-cbc
GIT_TAG "master"
SOURCE_DIR "${CMAKE_BINARY_DIR}/cbc-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/cbc-build"