Skip to content

A way to not replace system cmake #80

Open
@alsrgv

Description

@alsrgv

We would like to use cmake package in Horovod. One of the requirements we have is to not modify the existing CMake installed in the system.

Would it be possible to have a version of CMake package that does not place entry_points, and instead relies on the user doing:

import cmake
subprocess.check_call([os.path.join(cmake.CMAKE_BIN_DIR, 'cmake'), '...'])

?

If you have any other suggestions on how we could achieve that, they'd be much appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions