Skip to content
Snippets Groups Projects
Commit 4aeb626d authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

BornAgain symlink is renamed to bornagain in installation/bin directory

parent 1c49e12d
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ if(UNIX)
# creating link to BornAgain gui in bin directory
install(CODE "
execute_process(COMMAND \${CMAKE_COMMAND} -E create_symlink
\"../libexec/${destination_suffix}/BornAgain\" \"BornAgain\"
\"../libexec/${destination_suffix}/BornAgain\" \"bornagain\"
WORKING_DIRECTORY \"${CMAKE_INSTALL_PREFIX}/${destination_bin}\")
" COMPONENT Runtime)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment