-
- Downloads
Task #8887: Fixed bug in CMakeLists.txt. The add_subdirectory() command MUST...
Task #8887: Fixed bug in CMakeLists.txt. The add_subdirectory() command MUST be placed AFTER the python_install() command. Otherwise __init__.py will not be properly symlinked, which will result in failing tests, because 'import lofar.common' will import nothing.
Please register or sign in to comment