Skip to content
Snippets Groups Projects
Commit 2b612233 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Merge branch 'master-stomppy' into 'master'

Add stomppy from LCG

See merge request atlas/atlasexternals!762
parents aa3f914e c68acbd0
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
#
# Sets:
# STOMPPY_PYTHON_PATH
#
# Can be steered by STOMPPY_LCGROOT.
#
# The LCG include(s).
include( LCGFunctions )
# Find it.
lcg_python_external_module( NAME stomppy
PYTHON_NAMES stomp/__init__.py )
# Handle the standard find_package arguments.
include( FindPackageHandleStandardArgs )
find_package_handle_standard_args( stomppy DEFAULT_MSG
_STOMPPY_PYTHON_PATH )
# Set up the RPM dependency.
lcg_need_rpm( stomppy )
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