Сборка на тревисе проекта с sqlite
Есть проект на С++. Пробую сделать сборку на тревисе. Но выдает ошибку:
By not providing "FindSQLite3.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "SQLite3", but CMake did not find one. Could not find a package configuration file provided by "SQLite3" with any of the following names: SQLite3Config.cmake sqlite3-config.cmake Add the installation prefix of "SQLite3" to CMAKE_PREFIX_PATH or set "SQLite3_DIR" to a directory containing one of the above files. If "SQLite3" provides a separate development package or SDK, be sure it has been installed.
В .travus.yml я прописал
before_script:
- sudo apt-get install sqlite3 libsqlite3-dev
Локально все устанавливается и собирается - помогите решить проблему