-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
CMake is very permissive about the scope of its macros and functions—once defined while processing part of a CMake project, they can be used anywhere in the rest of the project, even if the appropriate files have not been included. This can cause problems when building packages with spack mpd build, which creates a monolithic CMake project, and then switching to spack install, which builds one package at a time.
MPD should gain the feature that a project's developed packages can be built one package at a time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request