Skip to content

How to install project chrono with irrlicht in VCPKG #577

@yyc84

Description

@yyc84

I am trying to introduce chrono into the simulation library I developed myself. I want to use vcpkg to build chrono, but I found that the vcpkg version of chrono does not seem to have the chrono-irrlicht module. Even if I install irrlicht in vcpkg first, it seems that I can't start the corresponding irrlicht module in chrono. And I don't see “chrono_irrlicht” in the vcpkg installation directory, but in “chronoengine/ChronoConfig.cmake”, it seems that different modules can be enabled, including:
if(Chrono_HAS_irrlicht)
set(Chrono_FIND_COMPONENTS "${Chrono_FIND_COMPONENTS};Irrlicht")
endif()
So I would like to consult how to solve this problem. In addition, will there be a chrono 9.0.x version of vcpkg?

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