Skip to content
Snippets Groups Projects
Commit 4d903e77 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay Committed by John Chapman
Browse files

As it turns out, the pyAMI build depends on AthPyFwdBwdPort's distribute

installation. In a normal Makefile build this was never an issue. But with
Ninja apparently it is...
parent 1f8193cc
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ function( _setup_python_package name file md5 )
# Make the package target depend on this one:
add_dependencies( Package_pyAMI ${name} )
add_dependencies( ${name} distribute )
# Get the package directory:
atlas_get_package_dir( pkgDir )
......
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