Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing binaries to any directory. #686

Closed
danielabdi-noaa opened this issue Aug 25, 2022 · 0 comments · Fixed by #685
Closed

Installing binaries to any directory. #686

danielabdi-noaa opened this issue Aug 25, 2022 · 0 comments · Fixed by #685
Assignees
Labels
enhancement New feature or request

Comments

@danielabdi-noaa
Copy link
Contributor

Currently one can install binaries to either bin or exec, the latter of which is enabled by setting an EMC_EXEC_DIR flag to on.
The standard way in cmake is to set install subdirectory name via CMAKE_INSTALL_BINDIR, which will also allow for using any directory name other than bin and exec

@GeorgeGayno-NOAA GeorgeGayno-NOAA added the enhancement New feature or request label Aug 25, 2022
GeorgeGayno-NOAA pushed a commit that referenced this issue Sep 1, 2022
Update CMake build to use the standard CMAKE_INSTALL_BINDIR 
environment variable.

Fixes #686.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants