Skip to content
Snippets Groups Projects
Commit bd6fb8a1 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #9893: restinterface/triggerinterface are normal subdirectories again instead of packages

parent 67327365
No related branches found
No related tags found
No related merge requests found
...@@ -11,4 +11,4 @@ set(_py_files ...@@ -11,4 +11,4 @@ set(_py_files
python_install(${_py_files} python_install(${_py_files}
DESTINATION lofar/triggerservices/) DESTINATION lofar/triggerservices/)
lofar_add_package(restinterface) add_subdirectory(restinterface)
...@@ -13,4 +13,4 @@ python_install(${_py_files} ...@@ -13,4 +13,4 @@ python_install(${_py_files}
DESTINATION lofar/triggerservices/restinterface/) DESTINATION lofar/triggerservices/restinterface/)
lofar_add_package(triggerinterface) add_subdirectory(triggerinterface)
\ No newline at end of file
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