Mark HWLOC cmake cache variable as advanced
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 21 Apr 2020 07:31:24 +0000 (09:31 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 23 Apr 2020 17:24:31 +0000 (17:24 +0000)
There's no need to put this internal-use-only cache variable
in the non-advanced list, which we forgot to do when we
introduced it.

cmake/FindHWLOC.cmake

index 0fbc381f2e72d06da83cc06b2d770f9bc3cd1793..2bd7ee368de831d39f472547a27b753d2719517d 100644 (file)
@@ -1,7 +1,7 @@
 #
 # This file is part of the GROMACS molecular simulation package.
 #
-# Copyright (c) 2019, by the GROMACS development team, led by
+# Copyright (c) 2019,2020, by the GROMACS development team, led by
 # Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
 # and including many others, as listed in the AUTHORS file in the
 # top-level source directory and at http://www.gromacs.org.
@@ -402,4 +402,4 @@ find_package_handle_standard_args(HWLOC
                                   REQUIRED_VARS HWLOC_LIBRARIES HWLOC_INCLUDE_DIRS
                                   VERSION_VAR HWLOC_VERSION)
 
-mark_as_advanced(HWLOC_INCLUDE_DIRS HWLOC_LIBRARIES HWLOC_VERSION)
+mark_as_advanced(HWLOC_INCLUDE_DIRS HWLOC_LIBRARIES HWLOC_VERSION GMX_HWLOC_API_VERSION)