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

Fix spaces in realpath usage

parent 44ea6422
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ mkdir build
mkdir install
cd build
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) ..
-DCUBE_LIB=$(realpath ../deps/install/cubelib/lib) -DCUBE_INCLUDE=$(realpath ../deps/install/cubelib/include/cubelib) \
-DCMAKE_INSTALL_PREFIX=$(realpath ../install) ..
make install -j 64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment