We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4c513 commit 7dffb25Copy full SHA for 7dffb25
1 file changed
.travis.yml
@@ -11,7 +11,7 @@ before_install:
11
- sudo apt-get install libgmp10
12
install:
13
- mkdir build
14
- - cmake -G "Unix Makefiles" -B./build -H./
+ - cmake -G "Unix Makefiles" -B./build -H./ -DUSE_SYSTEM_LIBS=1
15
script:
16
- cd build && make && sudo make install
17
notifications:
0 commit comments