Skip to content
Snippets Groups Projects
Commit c62a37c0 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay Committed by Graeme Stewart
Browse files

Fixing the package's build in standalone mode with CMake (PATInterfaces-00-00-35)

	* Fixed a linking error in one of the test that only showed
	  up in the standalone build on MacOS X.
	* Tagging as PATInterfaces-00-00-35
parent fdfc7a41
1 merge request!20779WIP: Migrate DataQualityTools to ToolHandles
# $Id: CMakeLists.txt 739266 2016-04-11 09:04:26Z krasznaa $ # $Id: CMakeLists.txt 744627 2016-05-03 18:51:43Z krasznaa $
################################################################################ ################################################################################
# Package: PATInterfaces # Package: PATInterfaces
################################################################################ ################################################################################
...@@ -38,7 +38,7 @@ atlas_add_library( PATInterfaces ...@@ -38,7 +38,7 @@ atlas_add_library( PATInterfaces
macro( _add_test name ) macro( _add_test name )
atlas_add_test( ${name} atlas_add_test( ${name}
SOURCES test/${name}.cxx SOURCES test/${name}.cxx
LINK_LIBRARIES PATInterfaces ) LINK_LIBRARIES PATInterfaces RootCoreUtils )
endmacro( _add_test ) endmacro( _add_test )
# Test(s) in the package: # Test(s) in the package:
......
package PATInterfaces package PATInterfaces
# $Id: requirements 744627 2016-05-03 18:51:43Z krasznaa $
author NLAA author NLAA
use AtlasPolicy AtlasPolicy-* use AtlasPolicy AtlasPolicy-*
......
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