Skip to content

Commit 7dffb25

Browse files
cen1carlbennett
authored andcommitted
fix ci build
1 parent ed4c513 commit 7dffb25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_install:
1111
- sudo apt-get install libgmp10
1212
install:
1313
- mkdir build
14-
- cmake -G "Unix Makefiles" -B./build -H./
14+
- cmake -G "Unix Makefiles" -B./build -H./ -DUSE_SYSTEM_LIBS=1
1515
script:
1616
- cd build && make && sudo make install
1717
notifications:

0 commit comments

Comments
 (0)