Skip to content
Snippets Groups Projects
Commit 32d8bcc7 authored by Marcin Nowak's avatar Marcin Nowak :radioactive:
Browse files

Make dependency on setuptools (coming from LCG pytools) explicit

parent 8a05072b
No related merge requests found
......@@ -8,6 +8,9 @@ if( ATLAS_RELEASE_MODE )
return()
endif()
# for setuptools
find_package( pytools )
# Helper macro for building and installing the packages. Documentation
# to be written later...
function( _setup_python_package name file md5 )
......
......@@ -8,6 +8,9 @@ if( ATLAS_RELEASE_MODE )
return()
endif()
# for setuptools
find_package( pytools )
# Helper macro for building and installing the package(s). Documentation
# to be written later...
function( _setup_python_package name file md5 )
......@@ -63,3 +66,5 @@ _setup_python_package( pyAMI
# Clean up:
unset( _setup_python_package )
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