Skip to content

build: Fix name and install destination of llvm_macros.cmake - #2161

Open
lgritz wants to merge 1 commit into
AcademySoftwareFoundation:mainfrom
lgritz:lg-cmakedest
Open

build: Fix name and install destination of llvm_macros.cmake#2161
lgritz wants to merge 1 commit into
AcademySoftwareFoundation:mainfrom
lgritz:lg-cmakedest

Conversation

@lgritz

@lgritz lgritz commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

Fixes #1771

Primarily, this was about llvm_macros.cmake installing in the same location where we put the exported cmake config files.

But I also realized, maybe it's not good to have exported cmake files that aren't prefixed with "OSL_" like the others, so I renamed it, too. I will only have that in 1.16, so it will not break people in release branches.

Fixes 1771

Primarily, this was about llvm_macros.cmake installing in the same
location where we put the exported cmake config files.

But I also realized, maybe it's not good to have exported cmake files
that aren't prefixed with "OSL_" like the others, so I renamed it,
too. I will only have that in 1.16, so it will not break people in
release branches.

Signed-off-by: Larry Gritz <lg@larrygritz.com>
@lgritz
lgritz requested a review from jfpanisset September 7, 2026 05:46

@jfpanisset jfpanisset left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, building and installing "everything" into /usr/local/ in the ci-vfxall images is a good way to catch projects which land files in unexpected places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bad file install locations

2 participants