We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448fa9b commit 40523c1Copy full SHA for 40523c1
.travis.yml
@@ -16,6 +16,7 @@ sources:
16
17
# What to install before the build
18
before_install:
19
+ - cmake --version
20
# Domoticz needs the full history to be able to calculate the version string
21
- git fetch --unshallow
22
# OpenZWave
CMakeLists.txt
@@ -63,7 +63,7 @@ ENDIF(USE_BUILTIN_SQLITE)
63
64
option(USE_PYTHON_PLUGINS "Use Python Plugins" YES)
65
IF(USE_PYTHON_PLUGINS)
66
- find_package(PythonLibs 3.4.0)
+ find_package(PythonLibs 3.4.0 REQUIRED)
67
IF(PYTHONLIBS_FOUND)
68
MESSAGE(STATUS "Python3 includes found at: ${PYTHON_INCLUDE_PATH}")
69
INCLUDE_DIRECTORIES(${PYTHON_INCLUDE_PATH})
0 commit comments