Closed iam closed 5 years ago
Maybe flake? Didn't see this CI failure on other PRs.
E: Unable to locate package g++-4.9
E: Couldn't find any package by glob 'g++-4.9'
E: Couldn't find any package by regex 'g++-4.9'
Yes, that was a flakey build. Thanks!
Remove 'RxCpp' library target when it's used outside of Visual Studio. This was supposed to be a virtual target, not an actual one that builds libRxCpp.so.
The build never worked because it was missing setting the compiler/linker flags from shared.cmake
Resolves: #477