Mizux Seiha

Results 71 comments of Mizux Seiha

My 2 cents, # `GTest` namespace First this CMake install **NAMESPACE** (`GTest`) is defined here: https://github.com/google/googletest/blob/306f3754a71d6d1ac644681d3544d06744914228/googletest/CMakeLists.txt#L98 then used here: https://github.com/google/googletest/blob/306f3754a71d6d1ac644681d3544d06744914228/googletest/CMakeLists.txt#L105 To use this variable `${cmake_package_name}`, it should be defined somewhere...

@derekmauro or @gennadiycivil please close this (since #3155 is merged). ps: I don't have right to this repo to close it myself...

to build for net48 i'm using the dotnet cli sdk which perform some magic copy... Please read: https://github.com/google/or-tools/issues/3747#issuecomment-1888880224

This patch was mainly to add Coin-OR to the CMake world (e.g. in order to consume it in google/or-tools when using the CMake build system, have a clean vcpkg package)......

False call on Travis-CI see https://travis-ci.com/Mizux/CoinUtils/builds/106899978

Hi, Sorry for the delay... * I'm currently working, as a Google LLC Contractor to maintain Google OR-Tools which is using CBC/CLP as backend solver so it is more/less in...

I've bumped my PR from the Apr 15, 2019 to the actual master head... It may still need few fix to work... EDIT: should be ok now..

Since all others PR for Cbc have been silently rejected I don't think this one will be accepted... IIRC, I don't think Coin-OR team want to allow a community supported...

What is a `CML` project ? `CMAKE_BUILD_TYPE` is a builtin CMake parameter used by single configuration generator (like `Ninja` or `Makefile`). Most IDE like to force `Debug` mode so it...

May we have the CL or the buganizer associated to this "fix" ?