Skip to content
Snippets Groups Projects
Commit fae8e1cf authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'RemoveCURL-master-20190118' into 'master'

Remove CURL, master branch (2019.01.18.)

See merge request atlas/athena!20440
parents 72d9855f 6dc147bc
No related branches found
No related tags found
No related merge requests found
# $Id: CMakeLists.txt 789390 2016-12-12 23:31:36Z tsulaia $
################################################################################
# Package: CollectionUtilities
################################################################################
......@@ -20,7 +19,6 @@ atlas_depends_on_subdirs(
find_package( Boost )
find_package( CORAL COMPONENTS CoralBase )
find_package( XercesC )
find_package( CURL )
# Component(s) in the package:
atlas_add_library( CollectionUtilities
......@@ -49,10 +47,8 @@ atlas_add_library( CollectionUtilities
# Helper macro declaring the utilities of the package:
macro( collection_utility name )
atlas_add_executable( ${name} utilities/${name}.cpp
INCLUDE_DIRS ${CURL_INCLUDE_DIRS}
${CORAL_INCLUDE_DIRS} ${XERCESC_INCLUDE_DIRS}
LINK_LIBRARIES ${CURL_LIBRARIES}
${CORAL_LIBRARIES} ${XERCESC_LIBRARIES} CollectionBase
INCLUDE_DIRS $${CORAL_INCLUDE_DIRS} ${XERCESC_INCLUDE_DIRS}
LINK_LIBRARIES ${CORAL_LIBRARIES} ${XERCESC_LIBRARIES} CollectionBase
PersistentDataModel FileCatalog POOLCore CollectionUtilities )
endmacro( collection_utility )
......
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