Skip to content

GetScopedTargets should use the 'source' - not the 'build' - folder to scope targets#89

Merged
MarkSchofield merged 1 commit intodevelopfrom
mschofie/source-not-binary
Feb 6, 2026
Merged

GetScopedTargets should use the 'source' - not the 'build' - folder to scope targets#89
MarkSchofield merged 1 commit intodevelopfrom
mschofie/source-not-binary

Conversation

@MarkSchofield
Copy link
Owner

Fixes #88

GetScopedTargets uses the 'build' folder - not the 'source' folder - to scope the targets. In the default case, these are the same, but when the two differ GetScopedTargets can fail, preventing building within a sub-folder.

@MarkSchofield MarkSchofield merged commit e61d547 into develop Feb 6, 2026
1 check passed
@MarkSchofield MarkSchofield deleted the mschofie/source-not-binary branch February 6, 2026 04:58
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.

CMake.ps1's GetScopedTargets uses the 'build' directory, when it should use the 'source' directory

1 participant