Skip to content

Commit 0557eaf

Browse files
committed
Force Travis to use Trust not precise
Don't merge this change it make take some debugging
1 parent ed3db20 commit 0557eaf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ matrix:
3131
include:
3232
# Linux x86_64
3333
- os: linux
34+
dist: trusty
35+
sudo: required
3436
compiler:
3537
- gcc
3638
env: TARGET_ARCHITECTURE=x86_64

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ENDIF(USE_BUILTIN_SQLITE)
6363

6464
option(USE_PYTHON_PLUGINS "Use Python Plugins" YES)
6565
IF(USE_PYTHON_PLUGINS)
66-
find_package(PythonLibs 3.2)
66+
find_package(PythonLibs 3.4)
6767
IF(PYTHONLIBS_FOUND)
6868
MESSAGE(STATUS "Python3 includes found at: ${PYTHON_INCLUDE_PATH}")
6969
INCLUDE_DIRECTORIES(${PYTHON_INCLUDE_PATH})

0 commit comments

Comments
 (0)