Prefix path

This commit is contained in:
Evgenii Zheltonozhskii 2017-12-24 14:17:55 +02:00
parent f9b2c2de20
commit e4b2045553
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ before_install:
- g++ --version
before_script:
- cmake .
- cmake -DCMAKE_PREFIX_PATH="/usr/lib/x86_64-linux-gnu/;/usr/include/" .
script:
- make -j2