ui: Added cancel button to enter license window

This commit is contained in:
Eberhard Graether
2016-04-26 18:28:57 +02:00
parent 9a92422984
commit 3d2d434125
4 changed files with 24 additions and 6 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ if [ $PLATFORM == "Linux" ] || [ $PLATFORM == "MacOS" ]; then
cd build/Debug && cmake -G Ninja -DCMAKE_BUILD_TYPE="Debug" ../..
echo -e $INFO "run cmake with Release configuration"
cd ../Release && cmake -G Ninja -DCMAKE_BUILD_TYPE="Release" ../..
cd ../Release && cmake -G Xcode -DCMAKE_BUILD_TYPE="Release" ../..
fi
echo -e $SUCCESS "setup complete"