Skip to content

Is the wrapper compatible with packages that provide their own cmake config files? #682

@ottmar-zittlau

Description

@ottmar-zittlau

Hi,

I'd like to use the wrapper with a package that provides its own cmake-files,
i.e. uses the settings:

    def package_info(self):
        self.cpp_info.set_property("cmake_find_mode", "none")
        self.cpp_info.builddirs.append(os.path.join("lib", "cmake", "package"))

However, it doesn't seem to work. Should it work? Can I somehow debug it?
Did I specify the builddirs correctly? The path should be valid relative to the package root.

Thanks and best regards
oz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions