5 lines
185 B
Bash
5 lines
185 B
Bash
|
#!/bin/bash
|
||
|
echo "$2/@CMAKE_INSTALL_SUBDIR@/cmake-gui.app/Contents/MacOS/cmake-gui" >>/tmp/mylog
|
||
|
"$2/@CMAKE_INSTALL_SUBDIR@/cmake-gui.app/Contents/MacOS/cmake-gui" --mac-install
|
||
|
exit 0
|