Skip to content
Snippets Groups Projects
Commit 6332015f authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Merge branch 'AddFindSQLite3-master-20201023' into 'master'

Add FindSQLite3.cmake, master branch (2020.10.23.)

See merge request atlas/atlasexternals!766
parents c124dd84 2e60975c
No related branches found
No related tags found
No related merge requests found
......@@ -346,7 +346,8 @@ if( NOT LCG_VERSION EQUAL 0 )
${LIBXML2_LCGROOT} ${PNG_LCGROOT} ${HDF5_LCGROOT}
${BLAS_LCGROOT} ${LAPACK_LCGROOT} ${LIBXSLT_LCGROOT}
${FREETYPE_LCGROOT} ${CURL_LCGROOT} ${TIFF_LCGROOT} ${PYTHON_LCGROOT}
${XERCESC_LCGROOT} ${FMT_LCGROOT} ${JSONMCPP_LCGROOT} ${EIGEN_LCGROOT} )
${XERCESC_LCGROOT} ${FMT_LCGROOT} ${JSONMCPP_LCGROOT} ${EIGEN_LCGROOT}
${SQLITE_LCGROOT} )
string( REPLACE ";" ":" _path "${_cmakePaths}" )
set( ENV{CMAKE_PREFIX_PATH} "$ENV{CMAKE_PREFIX_PATH}:${_path}" )
......
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
#
# Wrapper around CMake's built-in FindSQLite3.cmake module. Making sure that
# the found include path and library directory are set up in a relocatable
# way.
#
# The LCG include(s).
include( LCGFunctions )
# Use the helper macro for the wrapping.
lcg_wrap_find_module( SQLite3 NO_LIBRARY_DIRS )
# Set up the RPM dependency.
lcg_need_rpm( sqlite FOUND_NAME SQLite3 VERSION_NAME SQLITE )
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