mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
5 lines
185 B
Bash
Executable File
5 lines
185 B
Bash
Executable File
#!/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
|