Skip to content

cmake: Fix 'make' generator targets#480

Merged
kirkshoop merged 1 commit intoReactiveX:masterfrom
iam:fix-477
Feb 12, 2019
Merged

cmake: Fix 'make' generator targets#480
kirkshoop merged 1 commit intoReactiveX:masterfrom
iam:fix-477

Conversation

@iam
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

2 participants