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

SW-516: let cmake check for needed python module pg

parent f661cccf
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,8 @@ lofar_package(OTDB_Services 1.0 DEPENDS PyMessaging) ...@@ -5,6 +5,8 @@ lofar_package(OTDB_Services 1.0 DEPENDS PyMessaging)
lofar_find_package(Python 3.4 REQUIRED) lofar_find_package(Python 3.4 REQUIRED)
include(PythonInstall) include(PythonInstall)
find_python_module(pg REQUIRED) # sudo aptitude install python3-pg
lofar_add_bin_scripts( lofar_add_bin_scripts(
getOTDBParset getOTDBParset
setOTDBTreeStatus setOTDBTreeStatus
......
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