Explorar el Código

checking for pyhton, fixes partially #263

Stasik0 hace 9 años
padre
commit
dbc7e2d7d4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      CMakeLists.txt

+ 3 - 0
CMakeLists.txt

@@ -2,6 +2,9 @@ cmake_minimum_required(VERSION 2.8.8)
 # set(CMAKE_VERBOSE_MAKEFILE ON)
 
 project(open62541 C)
+#TODO: check for python-lxml
+
+FIND_PACKAGE(PythonInterp REQUIRED)
 
 find_package(Git)
 if(GIT_FOUND)