Skip to content
Snippets Groups Projects
Commit 906adc3f authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fix tnl-quickstart.

parent 31f2da96
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
TARGET=TNL
PREFIX=${HOME}/local
PREFIX=${HOME}/.local
WITH_CLANG="no"
WITH_CUDA="yes"
WITH_TESTS="yes"
......
......@@ -9,4 +9,4 @@ do
esac
done
echo -L@CMAKE_INSTALL_PREFIX@/lib -ltnl${DEBUG}-@tnlVersion@ @CUSPARSE_LIBRARY@ @DCMTK_LD_FLAGS@
\ No newline at end of file
echo -L@CMAKE_INSTALL_PREFIX@/lib -ltnl${DEBUG}-@tnlVersion@ @CUSPARSE_LIBRARY@
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment