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 selection of header files for installation #93

Merged
merged 1 commit into from
Feb 7, 2020

Conversation

stotko
Copy link
Owner

@stotko stotko commented Feb 7, 2020

To install header files, a blacklist approach is currently employed. However, as the internal structure of the project evolved over time, this list should have been updated as well but actually was not. Therefore, some auxiliary and source files will be accidentally installed. Use a whitelist approach which is easier to maintain, especially once #38 has been addressed.

@stotko stotko added the bug label Feb 7, 2020
@stotko stotko added this to the 1.3.0 milestone Feb 7, 2020
@codecov
Copy link

codecov bot commented Feb 7, 2020

Codecov Report

Merging #93 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #93   +/-   ##
=======================================
  Coverage   97.82%   97.82%           
=======================================
  Files          27       27           
  Lines        1611     1611           
=======================================
  Hits         1576     1576           
  Misses         35       35

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e478b9f...c21a12d. Read the comment docs.

@stotko stotko merged commit a812cd1 into master Feb 7, 2020
@stotko stotko deleted the cmake_install_header_fix branch February 7, 2020 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant