We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdab6db commit 69bdaa0Copy full SHA for 69bdaa0
GPU/GPUTracking/Standalone/cmake/build.sh
@@ -3,6 +3,7 @@ if [[ -z $1 ]]; then
3
echo "Please provide Sourcedir as command line argument"
4
exit 1
5
fi
6
+set -e
7
mkdir -p standalone/build
8
pushd standalone/build
9
cp $1/GPU/GPUTracking/Standalone/cmake/config.cmake .
0 commit comments