Skip to content
Snippets Groups Projects
Commit 910963c9 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-382: simplified CMakeLists.txt for PyMessaging

parent f1598b54
No related branches found
No related tags found
No related merge requests found
# $Id: CMakeLists.txt 1584 2015-10-02 12:10:14Z loose $
lofar_find_package(Python 3.4)
if(PYTHON_FOUND)
lofar_add_package(PyMessaging messaging)
else()
message(WARNING "Python module lofar.messaging will NOT be built")
endif()
lofar_add_package(PyMessaging messaging)
......@@ -2,6 +2,11 @@
lofar_package(PyMessaging 1.0 DEPENDS PyCommon)
lofar_find_package(Python 3.4 REQUIRED)
include(FindPythonModule)
find_python_module(proton)
include(PythonInstall)
set(_py_files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment