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

Allow ntirpc to be used as a CMake external #4

Merged
merged 1 commit into from Oct 1, 2015

Conversation

dang
Copy link

@dang dang commented Sep 30, 2015

Ganesha wants to use ntirpc as a CMake external. This means that
Gansha's CMake has to be able to call into ntirpc's CMake, and get a
useful result.

  • Add a version.h file that can be used by CMake to find ntirpc, and
    check for a minimum version.
  • Allow overriding of the source directory and install prefix, so that
    ntirpc can be build in a different location inside the source tree of
    another project.
  • Remove old standalone and Ganesha CMake files
  • Add a FindNTIRPC.cmake file that can be used by other projects needing
    ntirpc

Signed-off-by: Daniel Gryniewicz dang@redhat.com

Ganesha wants to use ntirpc as a CMake external.  This means that
Gansha's CMake has to be able to call into ntirpc's CMake, and get a
useful result.

- Add a version.h file that can be used by CMake to find ntirpc, and
  check for a minimum version.
- Allow overriding of the source directory and install prefix, so that
  ntirpc can be build in a different location inside the source tree of
  another project.
- Remove old standalone and Ganesha CMake files
- Add a FindNTIRPC.cmake file that can be used by other projects needing
  ntirpc

Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
@mattbenjamin
Copy link

lgtm

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