Skip to content
Snippets Groups Projects
Commit 0d1e7110 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


Former-commit-id: c62a37c0
parent 30707f0a
No related branches found
No related tags found
8 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!27054Atr20369 210,!26342Monopole: Handle fractionally charged particles
# $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