mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Don't use absolute path, as build directory may be somewhere else.
This commit is contained in:
parent
e707d75624
commit
32a9144f55
@ -8,7 +8,8 @@
|
|||||||
# Copy executable that will be run when icon in /Applications is clicked
|
# Copy executable that will be run when icon in /Applications is clicked
|
||||||
message ("Copying default executable to SDRangel.app/Contents/MacOS/SDRangel")
|
message ("Copying default executable to SDRangel.app/Contents/MacOS/SDRangel")
|
||||||
execute_process (COMMAND mkdir ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/SDRangel.app/Contents/MacOS/)
|
execute_process (COMMAND mkdir ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/SDRangel.app/Contents/MacOS/)
|
||||||
execute_process (COMMAND cp /opt/build/sdrangel/build/sdrangel ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/SDRangel.app/Contents/MacOS/SDRangel)
|
execute_process (COMMAND pwd)
|
||||||
|
execute_process (COMMAND cp sdrangel ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/SDRangel.app/Contents/MacOS/SDRangel)
|
||||||
|
|
||||||
|
|
||||||
# Add RPATHS to libraries so macdeployqt can find out and copy all dependencies
|
# Add RPATHS to libraries so macdeployqt can find out and copy all dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user