Skip to content

Commit d5bd505

Browse files
committed
Remove unnecessary libgtest install, clean up depends/CMakeLists
1 parent 5a5786e commit d5bd505

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,8 @@ addons:
1616

1717
before_install:
1818
- sudo apt-get install build-essential cmake git libboost-all-dev cmake libgmp3-dev libssl-dev libprocps3-dev pkg-config gnuplot-x11 python-markdown
19-
# Install GTest
20-
- sudo apt-get install libgtest-dev
21-
- sudo cmake /usr/src/gtest/CMakeLists.txt
22-
- sudo make -C /usr/src/gtest/
23-
- sudo cp /usr/src/gtest/*.a /usr/lib
24-
# Checking versions
25-
- g++ --version
2619

2720
before_script:
28-
# Install git submodules
2921
- git submodule init && git submodule update
3022
- mkdir build
3123
- cd build

depends/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
add_subdirectory(gtest EXCLUDE_FROM_ALL)
22

3-
# TODO(scripr-lab): upstream these buildsystems to the respective
4-
# projects.
5-
6-
73
if(${CURVE} STREQUAL "BN128")
84
include_directories(ate-pairing/include)
95
include_directories(xbyak)
@@ -16,8 +12,6 @@ if(${CURVE} STREQUAL "BN128")
1612
)
1713
endif()
1814

19-
20-
2115
if("${WITH_SUPERCOP}")
2216
include_directories(libsnark-supercop/include)
2317

@@ -39,8 +33,6 @@ if("${WITH_SUPERCOP}")
3933
)
4034
endif()
4135

42-
43-
4436
OPTION(IS_LIBFF_PARENT OFF)
4537
add_subdirectory(libff)
4638

0 commit comments

Comments
 (0)