This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
5376151aa1
CMake
/
Source
/
QtDialog
/
postflight.sh.in
4 lines
91 B
Bash
Raw
Normal View
History
Unescape
Escape
ENH: install working with symlink qt tool
2008-02-19 22:26:20 +03:00
#!/bin/bash
OS X: Drop version number from CMake.app bundle name (#11693) Always name the application bundle "CMake.app". Users can rename it after installation if they wish. This is the typical approach used by OS X applications, including Xcode. It allows CMake to be upgraded without manually re-running CMake in every build tree to update the path to CMake. It also makes the executable location in the CMake build tree more predicatable.
2013-11-12 23:24:51 +04:00
"
$2
@CMAKE_INSTALL_SUBDIR@/CMake.app/Contents/MacOS/CMake
"
--mac-install
ENH: install working with symlink qt tool
2008-02-19 22:26:20 +03:00
exit
0