Skip to content

Resources (e.g. shaders) are always looked up in unversioned datadir #472

Open
@StefanBruens

Description

If 'MULTIPLE_VERSION' is set, the resource lookup should be changed as well:

filename.sprintf("%s/share/Coin/%s", coindirenv, resloc + 5);

coin/CMakeLists.txt

Lines 143 to 148 in 597aae6

if(HAVE_MULTIPLE_VERSION)
# Modifies the installation path for distributed includes, docs and datadir
versionize(INCLUDEDIR DOCDIR DATADIR)
dump_variable(
CMAKE_INSTALL_DATADIR
CMAKE_INSTALL_FULL_DATADIR

Metadata

Assignees

No one assigned

    Labels

    acknowledgedCoin3d team acknowledges this issuebugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions