Remove CURL, master branch (2019.01.18.)
Removed the usage of FindCURL.cmake
from CollectionUtilities.
The package probably did use CURL at one point of its file, but it doesn't use it by now. So there's no need for it to set it up for its build.
Note that this is why the current CentOS 7 nightlies don't show a build error, even though they fail to find CURL.
-- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
Since as ATLINFR-2820 explains, this becomes an error with CMake 3.13, the simplest was just to remove this unneeded dependency from the CollectionUtilities package.
Merge request reports
Activity
added Database master review-pending-level-1 labels
CI Result SUCCESSAthena AthSimulation externals cmake make required tests optional tests Full details available at NICOS MR-20440-2019-01-18-15-21
Athena: number of compilation errors 0, warnings 3
AthSimulation: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST 32399] (for remote access see the FAQ for MR reviewers)added review-approved label and removed review-pending-level-1 label
mentioned in commit fae8e1cf
added sweep:ignore label
mentioned in merge request !20525 (merged)