Skip to content

Commit

Permalink
cmake: fix build.sh & build_lookup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnnng committed Apr 16, 2018
1 parent 32e0d9c commit f90861a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
# GPLv3.0 are those programs that are located in the folders src/depends and tests/depends
# and which include a reference to GPLv3 in their program files.

mkdir build && cd build
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DTESTS=ON ..
make -j4
make clang-format-fix
Expand Down
3 changes: 2 additions & 1 deletion build_lookup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
# GPLv3.0 are those programs that are located in the folders src/depends and tests/depends
# and which include a reference to GPLv3 in their program files.

mkdir build_lookup && cd build_lookup
mkdir build_lookup
cd build_lookup
cmake -DIS_LOOKUP_NODE=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DTESTS=ON ..
make -j4
make clang-format-fix
Expand Down

0 comments on commit f90861a

Please sign in to comment.