Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: Fix 'make' generator targets #480

Merged
merged 1 commit into from
Feb 12, 2019
Merged

Conversation

iam
Copy link
Contributor

@iam iam commented Feb 11, 2019

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

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: ReactiveX#477
@iam
Copy link
Contributor Author

iam commented Feb 12, 2019

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'

@kirkshoop
Copy link
Member

Yes, that was a flakey build. Thanks!

@kirkshoop kirkshoop merged commit aee39b9 into ReactiveX:master Feb 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants