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

Add CMake install command #79

Merged
merged 1 commit into from
Feb 15, 2018
Merged

Add CMake install command #79

merged 1 commit into from
Feb 15, 2018

Conversation

dvj
Copy link
Contributor

@dvj dvj commented Feb 15, 2018

A normal process for CMake based projects is:

 cmake ..
 make
 make install

where the make install step would bundle all the project outputs and copy them to the CMAKE_INSTALL_PREFIX.

This PR adds the cmake install commands to do so if CUR_PROJ is true

@dvj dvj changed the title Add CMake install command for include files if CUR_PROJ is true Add CMake install command Feb 15, 2018
@codecov
Copy link

codecov bot commented Feb 15, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #79   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           9      9           
  Lines        1365   1365           
=====================================
  Hits         1365   1365

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 4e62a0a...079fcc0. Read the comment docs.

@henryiii henryiii merged commit 901b3c2 into CLIUtils:master Feb 15, 2018
@henryiii
Copy link
Collaborator

Thanks again!

@henryiii henryiii added this to the v1.4 milestone Mar 2, 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

Successfully merging this pull request may close these issues.

2 participants