| 
					
					
						
							
						
					
					
				 | 
				@ -331,8 +331,8 @@ add_dependencies(resources sylvan) | 
			
		
		
	
		
			
				 | 
				 | 
				if(${OPERATING_SYSTEM} MATCHES "Linux") | 
				 | 
				 | 
				if(${OPERATING_SYSTEM} MATCHES "Linux") | 
			
		
		
	
		
			
				 | 
				 | 
				    find_package(Hwloc QUIET REQUIRED) | 
				 | 
				 | 
				    find_package(Hwloc QUIET REQUIRED) | 
			
		
		
	
		
			
				 | 
				 | 
				    if(HWLOC_FOUND) | 
				 | 
				 | 
				    if(HWLOC_FOUND) | 
			
		
		
	
		
			
				 | 
				 | 
				        message(STATUS "StoRM - Linking with hwloc ${Hwloc_VERSION}") | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        list(APPEND STORM_LINK_LIBRARIES ${Hwloc_LIBRARIES}) | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        message(STATUS "StoRM - Linking with hwloc ${HWLOC_VERSION}") | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        list(APPEND STORM_LINK_LIBRARIES ${HWLOC_LIBRARIES}) | 
			
		
		
	
		
			
				 | 
				 | 
				    else() | 
				 | 
				 | 
				    else() | 
			
		
		
	
		
			
				 | 
				 | 
				        message(FATAL_ERROR "HWLOC is required but was not found.") | 
				 | 
				 | 
				        message(FATAL_ERROR "HWLOC is required but was not found.") | 
			
		
		
	
		
			
				 | 
				 | 
				    endif() | 
				 | 
				 | 
				    endif() | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |