You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Currently one can install binaries to either
bin
orexec
, the latter of which is enabled by setting anEMC_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 thanbin
andexec
The text was updated successfully, but these errors were encountered: