Skip to content
Snippets Groups Projects
Commit 44ea6422 authored by Heldmann, Tim's avatar Heldmann, Tim
Browse files

Fix cut away line in setup script

parent 7bd29f55
Branches
No related tags found
No related merge requests found
GNU nano 2.9.8 setup.sh
GNU nano 2.9.8 setup.sh
#!/bin/bash
set -e
......@@ -26,7 +26,10 @@ cd ../../../
mkdir build
mkdir install
cd build
cmake -G "Unix Makefiles" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DMETACG_BUILD_CGCOLLECTOR=ON -DCUBE_LIB=../deps/install$
cmake -G "Unix Makefiles" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DMETACG_BUILD_CGCOLLECTOR=ON \
-DCUBE_LIB=$(realpath../deps/install/cubelib/lib) -DCUBE_INCLUDE=$(realpath../deps/install/cubelib/include/cubelib) \
-DCMAKE_INSTALL_PREFIX=$(realpath../install) ..
make install -j 64
cd ../..
......@@ -40,4 +43,4 @@ cd CTUApex
mkdir build
cd build
cmake -G "Unix Makefiles" -Dmetacg_DIR=$(realpath ../../metacg/install/lib64/cmake/metacg)
make -j 64
\ No newline at end of file
make -j 64
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment