Skip to content

fix: default CMAKE_INSTALL_PREFIX to a sibling folder instead of /opt - #218

Merged
philippedevloo merged 1 commit into
labmec:developfrom
pereiraalessandra:fix/InstallPrefixLocal
Sep 1, 2026
Merged

fix: default CMAKE_INSTALL_PREFIX to a sibling folder instead of /opt#218
philippedevloo merged 1 commit into
labmec:developfrom
pereiraalessandra:fix/InstallPrefixLocal

Conversation

@pereiraalessandra

Copy link
Copy Markdown

Summary

  • Default CMAKE_INSTALL_PREFIX now points to a sibling folder of the
    source tree (<source>/../neopz_install) instead of the fixed
    /opt/neopz (Linux/macOS) / C:/neopz (Windows).
  • Avoids requiring write access to /opt and keeps the installed
    files next to the project folder, which is more convenient when
    working with multiple local NeoPZ builds/projects.
  • Users can still override it explicitly with -DCMAKE_INSTALL_PREFIX=....

@philippedevloo
philippedevloo merged commit 50eae2b into labmec:develop Sep 1, 2026
7 checks passed
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.

2 participants