Browse Source

checking for pyhton, fixes partially #263

Stasik0 9 years ago
parent
commit
dbc7e2d7d4
1 changed files with 3 additions and 0 deletions
  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)