-
Notifications
You must be signed in to change notification settings - Fork 514
Open
Description
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
Labels
No labels