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

CodeCoverage, also check for gcc #24

Open
clunion opened this issue Jan 26, 2018 · 0 comments
Open

CodeCoverage, also check for gcc #24

clunion opened this issue Jan 26, 2018 · 0 comments

Comments

@clunion
Copy link

clunion commented Jan 26, 2018

i suggest changing line 86 from
elseif(NOT CMAKE_COMPILER_IS_GNUCXX)
to
elseif(NOT CMAKE_COMPILER_IS_GNUCXX AND NOT CMAKE_COMPILER_IS_GNUCC)

This enables using CodeCoverage.cmake in a gcc build environment (without a working g++)

@clunion clunion changed the title also check for gcc CodeCoverage, also check for gcc Jan 26, 2018
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

No branches or pull requests

1 participant