juliannz

Results 4 issues of juliannz

When you use the `KAHYPAR_DOWNLOAD_BOOST` cmake option without an existing boost installation (what seems to be the intended use case to me), cmake fails afterwards because `Boost::program_options` is not found....

If you dont have TBB installed and use the `KAHYPAR_DOWNLOAD_TBB` option to download it, everything works fine including re-make after code changes. However, if you try to re-make your existing...

If I didn't get something completely wrong, [these](https://github.com/kahypar/mt-kahypar/blob/00d0ee1dc126cf4354abcafac354598463183acd/CMakeLists.txt#L221C1-L225C43) lines of code are dead, as `find_package(TBB REQUIRED)` never lets `TBB_FOUND` equal to `false`, but instead [searches generically](https://github.com/kahypar/mt-kahypar/blob/00d0ee1dc126cf4354abcafac354598463183acd/cmake/modules/FindTBB.cmake#L392) for TBB and [raises...

### Describe the bug I have the same problem as described in issue #2608, but without docker usage. I installed or-tools manually, as the binarys are not available for all...