Skip to content
Snippets Groups Projects
Commit 190a7da2 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

Clean obsolete Qt5-related CMake settings.

parent 4dc1e6e7
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
# First off, import the upstream dependencies of the project.
find_package( Qt5 COMPONENTS Core Sql )
find_package( GeoModelCore @GeoModelCore_VERSION@ )
# Now include the exported configuration of GeoModelIO.
......@@ -15,7 +14,7 @@ set( GeoModelIO_VERSION "@PROJECT_VERSION@" )
include( FindPackageHandleStandardArgs )
find_package_handle_standard_args( GeoModelIO
FOUND_VAR GeoModelIO_FOUND
REQUIRED_VARS SELF_DIR Qt5_FOUND GeoModelCore_FOUND
REQUIRED_VARS SELF_DIR GeoModelCore_FOUND
VERSION_VAR GeoModelIO_VERSION )
# Clean up.
......
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